Always unload zygisk after specialize

This commit is contained in:
topjohnwu
2021-11-07 13:05:44 -08:00
parent 4dac9e40bd
commit b8c1588284
5 changed files with 51 additions and 35 deletions

View File

@@ -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: