vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.
https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki
MIT License
946 stars 194 forks source link

problem in pack or compile #373

Closed m2k2v closed 11 months ago

m2k2v commented 11 months ago

Hi everyone The problem I have with Frida Compile is that it doesn't run correctly on some devices and emulators. I use the command frida-compile src/index.ta -o dist/agent.js And objection patchapk -s app.apk --architecture armeabi-v7a -V 16.1.3 -c config.json -l dist/agent.js To compile my own file. It works very well on my phone. But it doesn't even run on the phone of many users and also the emulator. There is definitely a problem with the compiler. Because one of my friends packed my script using Web Pack and surprisingly it is responsive on all devices. Thank you for helping me if you have any specific advice on this matter ❤️

vfsfitvnm commented 11 months ago

Thanks for reporting, however this can't be related to frida-il2cpp-bridge as you already know. I personally use esbuild. Also, make sure to use the latest frida-compile

m2k2v commented 11 months ago

Thanks for reporting, however this can't be related to frida-il2cpp-bridge as you already know. I personally use esbuild. Also, make sure to use the latest frida-compile

should I report it on Frida's GitHub page? and tnx for your suggest "esbuild"

vfsfitvnm commented 11 months ago

You should investigate a little further, at the very least: "it doesn't even run on the phone of many users and also the emulator" is not helpful at all. A reproducible example definitely helps. Also, if you believe this is a frida-compile issue, you should report it to its repository

vfsfitvnm commented 11 months ago

Closing for now!