You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it hook inline methods? For example, in Frida we have to call Java.deoptimizeEverything() inorder to disable ART Optimization for hooks to function well.
What are the limitations with this ?
Java.deoptimizeEverything()
inorder to disable ART Optimization for hooks to function well.mockkk
(https://github.com/mockk/mockk) does not support inline methods, as far as I am aware it also uses JVMTI for tests.The text was updated successfully, but these errors were encountered: