[Android 8.1] LSPosed detected by banking apps #609
-
Steps to reproduce/复现步骤
Expected behaviour/预期行为Banking apps should launch and run normally. Actual behaviour/实际行为LSPosed adds the system prop Xposed Module List/Xposed 模块列表Hide My Applist 3.3.1
AnyWebview 1.3
InxLocker 1.4Root implementation/Root 方案Magisk 30.6 System Module List/系统模块列表bindhosts v2.1.1
Play Integrity Fix [INJECT] v4.4-inject-s
Zygisk - LSPosed v1.11.0 (7209)
Zygisk Next 1.3.2 (688-2c60cdd-release)LSPosed version/LSPosed 版本v1.11.0 (7209) Android version/Android 版本8.1 Version requirement/版本要求
Logs/日志 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
What is the content of directory |
Beta Was this translation helpful? Give feedback.
-
There is no |
Beta Was this translation helpful? Give feedback.
-
|
There is no obvious way to keep We configure If your modules can work without this configuration of |
Beta Was this translation helpful? Give feedback.
-
Thank you for the explanation. Deleting the property works for me, and so far I have not observed any module malfunctions. If there's no alternative solution to avoid detection, feel free to close this issue. |
Beta Was this translation helpful? Give feedback.
There is no obvious way to keep
dex2oatconfiguration on your devices without modifying system properties, and thus get detected, on Android 8.1. For Android 10+, we have used PLT hooking to avoid traces.We configure
dex2oatin this way to avoid method inlining, which implies that certain methods couldn't be hooked.If your modules can work without this configuration of
dex2oat(which is very possible), then you can safely detele the system property as you have done.