How to invoke non-static method ? #212
Unanswered
Mandofskii
asked this question in
Q&A
Replies: 1 comment
-
By getting an object instance. https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki/Snippets#heap-scanning describes how to pull objects off the "heap" Or you can allocate your own object which is probably not what you want to do using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to invoke non-static method ?
Beta Was this translation helpful? Give feedback.
All reactions