Tracing results in "TypeError: cannot read property 'internal' of null #405
-
Hello, I am just starting to explore an game with dnSpy and frida. I can get into it with hooking the class and methods and I tried to debug there, because it seems the only working method in this app. Is this because the target app is protected against tracing? Or did I something wrong? I am using the latest frida and latest libs. Some ideas? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
I tried it with another game. And it works. :( |
Beta Was this translation helpful? Give feedback.
-
Did you wrap your code inside a |
Beta Was this translation helpful? Give feedback.
Uhm,
main
isn't executed inside aIl2Cpp.perform
block