c01ns

Results 17 comments of c01ns

W: i:\APKLAB\愤�?�\res: error: failed to open directory: 系统找不到指定的文件�? (2). brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\ADMINI~1\AppData\Local\Temp\brut_util_Jar_27214292395593837561120380704686606931.tmp, compile, --dir, i:\APKLAB\��ŭ��С��2\res, --legacy, -o, i:\APKLAB\��ŭ��С��2\build\resources.zip] Rebuilding process exited with code...

yes ,I use the texture edit plugin,i export the texture don't change anything and reimport it, the game will crash too. and i use beyond Hex Mode see two files,...

you can fix The first 6 bytes,and try it again ![image](https://github.com/user-attachments/assets/2fccac12-1541-4bdd-8d7a-e267b94cf3d2)

Il2CppDumper\Extensions\BinaryReaderExtensions.cs ``` public static uint ReadCompressedUInt32(this BinaryReader reader) { uint val; var read = reader.ReadByte(); if ((read & 0x80) == 0) { // 1 byte written val = read; }...

is my java version too lower,use jdk17 is working

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](https://github.com/user-attachments/assets/1bd4455c-b97c-4c5f-a136-4d5e5db3fc4c)

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

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

> > 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...