How to dump registers #184
Unanswered
SamueleD78
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Nope, you need to use raw const callback = new NativeCallback(function (/* args */) {
}, "returntype", ["argtypes"]]));
Interceptor.replace(methdo.virtualAddress, callback); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to dump the content of a register, on an IOS app.
I read in some places that into an Interceptor function there is a context object which holds the register (this.context.r0, etc) but it seems i'm not able to access it through frida-il2cpp.
Is there a way to access registers?
ty so much
Beta Was this translation helpful? Give feedback.
All reactions