frida-il2cpp-bridge icon indicating copy to clipboard operation
frida-il2cpp-bridge copied to clipboard

The latest version of frida-il2cpp-bridge is not working. 0.11.0

Open c01ns opened this issue 7 months ago • 12 comments

I downloaded the latest code, added just one line of code, compiled it, and it crashed when running.

Image

Image

Image

Image

c01ns avatar May 22 '25 07:05 c01ns

Uhm, it doesn't seem related to frida-il2cpp-bridge. Would you try frida 16? Also, what happens if you run an empty script?

vfsfitvnm avatar May 22 '25 07:05 vfsfitvnm

Other scripts are functioning normally. I have been using your tool all along, but after this update, I followed suit and upgraded to firda17 before it became abnormal

Image

c01ns avatar May 22 '25 07:05 c01ns

Just write code
Il2Cpp.perform(() => {

}); and it won't run

c01ns avatar May 22 '25 07:05 c01ns

Just write code Il2Cpp.perform(() => {

}); and it won't run

Version 0.11.0 is not yet compatible with Frida 17. You can try using Frida 16 instead.

CGxyol avatar May 22 '25 07:05 CGxyol

https://github.com/vfsfitvnm/frida-il2cpp-bridge/pull/637 I am directly cloning the code, should it support 17?

c01ns avatar May 22 '25 07:05 c01ns

Just write code Il2Cpp.perform(() => { }); and it won't run

Version 0.11.0 is not yet compatible with Frida 17. You can try using Frida 16 instead.

Frida 16 ,can working

c01ns avatar May 22 '25 09:05 c01ns

Frida 16.7.19 Image

Image

c01ns avatar May 22 '25 09:05 c01ns

https://github.com/vfsfitvnm/frida-il2cpp-bridge/pull/637 I am directly cloning the code, should it support 17?

Afaik yes, but I didn't try it yet.

Frida 16.7.19 Image

Image

This is strange, Frida 16.7.9 definitely has such method

vfsfitvnm avatar May 22 '25 11:05 vfsfitvnm

try 16.6.6 it's working best for me

djfaizp avatar May 22 '25 11:05 djfaizp

I downloaded the latest code, added just one line of code, compiled it, and it crashed when running.

Image

Image

Image

Image

What is the application name? What is the specs of the device?

thinhbuzz avatar May 22 '25 11:05 thinhbuzz

I downloaded the latest code, added just one line of code, compiled it, and it crashed when running. Image Image Image Image

What is the application name? What is the specs of the device?

your frida, frida server and frida-tools sould match miine 16.6.6 working best. i'm using A15 qpr2 edit: i understand your concern but it's not frida-il2cpp-bridge this is issue of frida-server it self it's conflicting with Lsposed zygisk disable it and it should work fine i guess.

djfaizp avatar May 22 '25 11:05 djfaizp

I got the latest version to work with frida 17.0.0

Lullatsch avatar May 24 '25 07:05 Lullatsch