Dlopen hook causes app crash on Android 12
See original GitHub issueHello. How i can get some logs or something else cause my Android 12 smarthone just force close game after spawn.
Android 12:
Use frida spawn command frida -U -f com.example.app -l _script.js --no-pause just spawn my Game and cause Crashing after a second. Even cannot finish dumping command.
Use frida attach frida -U -n Appname -l _script.js --no-pauseor frida -U Appname -l _script.js works great but i cannot intercept some initial functions of the Game because should to waint until attach to the procces. dump command works great by attaching.
Same thing with frida-gadget… my default frida JS script works good… frida-il2cpp-bridge script still crashed the game.
Most stranger thing that script works good on a first second and replace some function without any issue but after one second game crashes without any log/error in command prompt
Android 11 & Android 10:
frida-Il2cpp-bridge my script works good with frida-server and frida-gadget
Maybe i can try to update to the latest frida version for your module but idk how
Issue Analytics
- State:
- Created 2 years ago
- Comments:27 (13 by maintainers)
Top Related StackOverflow Question
Not very helpful at all - don’t worry about that. Just downloaded genymotion, it doesn’t provide android 12 images
@vfsfitvnm yap… Game just spawn without any issue… But i try to execute my scrip and nothing happened. Just vanilla game was spawned