Xposing ALL processes rather than only those selected #1947
RichardJohnAllen
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
With LSPosed this is not possible. With my mod mywalkb/LSPosed_mod, you can use CLI as root or API Module (no root required) for set scope all packages. You must manage event add package for add it to scope. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing an Xposed module to detect malware running on Android. I first developed the module as research for a master’s degree.
You can find the paper here:
https://cronfa.swan.ac.uk/Record/cronfa59800
or here:
https://www.researchgate.net/publication/359948508_Runtime_Verification_For_Android_Security.
I used to use the original Xposed framework by rovo89, but I have progressed to Magisk and LSposed so that the module can run on the latest versions of Android. I tried EdExposed, but could not find any combination of components that worked - the modules list could not be found. LSPosed runs my module, but the problem is that LSPosed only hooks selected processes. I know it is a feature that was developed to improve performance, but for malware detection to be effective, I require the module to hook interesting methods called by all running processes. The original Xposed framework by rovo89 did just this. Can a setting be added to LSPosed to hook all processes?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions