Skip to content
Discussion options

You must be logged in to vote

There is no obvious way to keep dex2oat configuration 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 dex2oat in 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.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JingMatrix
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #531 on March 29, 2026 08:59.