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
918 stars 191 forks source link

il2cpp: couldn't determine the Unity version, please specify it manually #427

Closed Den472018 closed 8 months ago

Den472018 commented 8 months ago

Good afternoon, I am using frida-il2cpp-bridge version 0.9.0, there were no problems, but there were problems with one game when I ran the script I received an error with the following content couldn't determine the Unity version, please specify it manually. In Il2CppInspector I checked the Unity version 2017.3.4f1. I tried to add it manually but it didn't work, tell me where exactly the correction needs to be made. изображение_2023-11-02_133739793

350030173 commented 8 months ago

https://github.com/vfsfitvnm/frida-il2cpp-bridge/discussions/390

(gloablThis as any).IL2CPP_UNITY_VERSION = "2019.2.3f1";

Il2Cpp.perform(() => { console.log(IL2CPP_UNITY_VERSION); // 2019.2.3f1 });

Den472018 commented 8 months ago

изображение_2023-11-04_130151801

Den472018 commented 8 months ago

thanks It works изображение_2023-11-04_134303466