vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.

Home Page:https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

il2cpp: 10 seconds have passed and libil2cpp.so has not been loaded yet, is the app running?

Sazxt opened this issue · comments

commented
image

why not work x86 ?

using bluestacks emulator

commented

same issue but if I add --realm=emulated like frida -U -f "com.farstar.bsb" -l index.js --realm=emulated, it crashes

Spawned `com.farstar.bsb`. Resuming main thread!
Error: unable to intercept function at 0xc7712b80; please file a bug
    at value (frida/runtime/core.js:367)
    at <anonymous> (utils/native-wait.ts:102)
    at map (native)
    at <anonymous> (utils/native-wait.ts:102)
    at Promise (native)
    at forModule (utils/native-wait.ts:104)
    at initialize (il2cpp/module.ts:16)
    at perform (il2cpp/perform.ts:5)
    at <anonymous> (index.ts:17)

Sometimes is translate to ARM, so, on this version IL cant doit and crash.

I do get that error too but the solution is simple.... When you get that error just wait for the game to load... And then just edit your frida script... What ido is adding some comment then save it... If you use the build method... Run the build commend... If you use the watch method... It will rebuild the script and inject it back to the game ...

That would solve the probelm....

An other method is to set a timeout function to wait for the game to be fully loaded before runnig the frida script (il2ccp part)

Good look!

commented

solved, I use the old Frida ldplayer emulator version 15 and Frida tools version 10

commented

solved, I use the old Frida ldplayer emulator version 15 and Frida tools version 10

Can you send me the old versions?

@Yehh22 Just use Emulator with ARM.

commented

@Yehh22 Just use Emulator with ARM.

What emulator?

@Yehh22 Just use Emulator with ARM.

What emulator?

I've heard: Waydroid, try use.
Reply me if works or not works @Yehh22 .

commented

@Yehh22 Just use Emulator with ARM.

What emulator?

I've heard: Waydroid, try use. Reply me if works or not works @Yehh22 .

I don't use linux. Forget it, I use phone instead