Skip to content

Commit

Permalink
Add preAppSpecialize
Browse files Browse the repository at this point in the history
  • Loading branch information
miuirussia committed Jan 7, 2024
1 parent 9cca750 commit bbe5cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/cpp/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class LSPlantDemo : public zygisk::ModuleBase {
}

void preAppSpecialize(zygisk::AppSpecializeArgs *args) override {
doHook(env);
}

void postAppSpecialize(const zygisk::AppSpecializeArgs *args) override {
Expand Down

0 comments on commit bbe5cb2

Please sign in to comment.