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
974 stars 199 forks source link

UnityFramework has been loaded, but such event hasn't been detected - please file a bug #532

Closed aiwobazou closed 1 month ago

aiwobazou commented 1 month ago

code : import "frida-il2cpp-bridge";

Il2Cpp.perform(() => { //console.log("Unity version: " + Il2Cpp.unityVersion); console.log("================End================"); });

get log :UnityFramework has been loaded, but such event hasn't been detected - please file a bug

appstore url: https://apps.apple.com/cn/app/%E7%8E%8B%E8%80%85%E8%8D%A3%E8%80%80/id989673964 thanks

aiwobazou commented 1 month ago

The great project has already solved the problem