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.
I saw that in mockkk (https://github.com/mockk/mockk) does not support inline methods, as far as I am aware it also uses JVMTI for tests.
Any other limitations or differences between Xposed and Frida ?
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.