axhlzy / Il2CppHookScripts

frida-based libil2cpp.so runtime parsing script
MIT License
519 stars 165 forks source link

frida-il2cpp-bridge 0.9.0 #33

Closed zed-0xff closed 8 months ago

zed-0xff commented 8 months ago

@axhlzy PTAL

axhlzy commented 8 months ago

First of all thank you for this updated version submission

But I tried it, and it seems that frida-il2cpp-bridge higher versions can't be compiled directly with frida-compile (I tried other frida-compile versions)

Do you have a better solution?

(I'm not very familiar with this typescript tsc compilation process, Do frida-compile and tsc do the same thing?)

And then I would like to be able to use frida-compile for compilation in a unified way, maybe we can try to fork a new frida-il2cpp-bridge and change its compilation options, and get a js file that can be given to frida-compile for direct compilation, or maybe we can try to use frida-load?

Looking forward to a better solution from you

zed-0xff commented 8 months ago

use the pinned compiler version 13, don't try newer ones.

i am not a JS expert at all, I just wanted to have the latest version