Module hook itself #1961
-
I have an android app + xposed module. In the app, I have to show wether xposed module is enabled or not. Normally, what we can do is create a method in app class like, isXposedModuleEnabled() and set it to return false. Via xposed api, hook this method and return true. I dont only need to show xposed status, but also need to hook android internal api which my app uses. so basically need to hook the module app itself |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That's meaningless. |
Beta Was this translation helpful? Give feedback.
-
If you want to hook some system methods to do some tricks or to measure the performance, why not https://github.com/LSPosed/LSPlant |
Beta Was this translation helpful? Give feedback.
That's meaningless.