getting backtrace from an exception #170
Unanswered
SamueleD78
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app exiting for an exception (jailbreak protection).
I figured it out it's cause of an exception. I've tryed to catch the exception with:
It catches the exception and it print a backtrace, but all the addresses seems to be outside of the loaded modules addresses.
I suspect this happens cause i have to pass the right Thread context to backtrace, so the stack call i'm seeing it's actually messed up by frida, but i'm not able to understand how to do it using the various
Il2Cpp.Thread Il2Cpp.currentThread
and so on.i've tried with
Il2Cpp.installExceptionListener("all")
but or it doesn't work at all, or it shows memory access violations by the JS code:Please, please, HELP! ^^
Beta Was this translation helpful? Give feedback.
All reactions