mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-15 05:53:42 +00:00
Always unload zygisk after specialize
This commit is contained in:
@@ -88,6 +88,7 @@ struct ZygiskModule {
|
||||
ZygiskModule(int id, void *handle) : handle(handle), id(id) {}
|
||||
|
||||
void * const handle;
|
||||
ApiTable *table = nullptr;
|
||||
bool unload = false;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user