-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't find class System.AppDomain in assembly null #539
Comments
Also, couldn't find class System.Reflection.Module in assembly null function Test() {
} il2cpp: couldn't find class System.Reflection.Module in assembly null |
Main problem -violation accessing! -------------Code------------- 2022.3.19f1 |
Interesting. What's your platform and app name? So that I can take a look |
app standoff2, ldplayer |
It looks like il2cpp.so is heavily modified. Calling .classes on any assembly gives:
6363 times |
Big find. They somehow stripped all exports that aren't actually used for the game. |
Thank you. So far I have solved my problem simply using ghidra+frida Interceptor.attach without frida-il2cpp-bridge :( |
а ты читы делаешь или просто поиграться? |
Thank you guys for the update. As a gentle reminder, you can provide different handles to the IL2CPP exports using the global variable However, no automatic IL2CPP exports detection is currently implemented, unfortunately. Signature pattern matching is a big feature that I'd be glad to implement in the future. As of now, I could simply raise an meaningful error in case the export handle is NULL 🥲 |
Hello,
I can't solve the problem.
-------------Code-------------
console.log(Il2Cpp.unityVersion);
console.log(Il2Cpp.domain.assemblies);
-------------Code-------------
Result:
2022.3.19f1
�[0m�[38;5;9mil2cpp�[0m: �[0mcouldn't find class System.AppDomain in assembly null�[3m�[2m
at class (/node_modules/frida-il2cpp-bridge/dist/index.js:2152)
at get object (/node_modules/frida-il2cpp-bridge/dist/index.js:1918)
at call (native)
at (/node_modules/frida-il2cpp-bridge/dist/index.js:67)
at get assemblies (/node_modules/frida-il2cpp-bridge/dist/index.js:1909)
at call (native)
at (/node_modules/frida-il2cpp-bridge/dist/index.js:67)
at (index.ts:11)
at perform (/node_modules/frida-il2cpp-bridge/dist/index.js:1058)�[0m
The text was updated successfully, but these errors were encountered: