chancerly / jtik

Dynamic java method hook for Android,Implemented by jvmti
MIT License
9 stars 1 forks source link

Question: What are the limitations with this ? #3

Open harshitshah4 opened 2 months ago

harshitshah4 commented 2 months ago

What are the limitations with this ?

  1. 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.
  2. 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.
  3. Any other limitations or differences between Xposed and Frida ?