Jump to content

1 post in this topic

Recommended Posts

Posted

I'm working on a recent version of an IL2CPP game (Subway Surfers) on a rooted Android emulator and have run into a strange issue with Frida.
My setup is working correctly:
 * The frida-server is running on the emulator.
 * I can successfully attach to the running game process using frida -U -n com.kiloo.subwaysurf and get a shell.
 * Inside the Frida shell, Process.enumerateModules() works and shows me a long list of the loaded system libraries (like libc.so, libandroid_runtime.so, etc.).
The Problem:
The game's main library, libil2cpp.so, is completely missing from the list of modules.
Because of this, Process.getModuleByName("libil2cpp.so") also fails with the "unable to find module" error.

Why is this Happening Would love if Someone can guide me and Help me Solve this
Thanks in Advance....

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines