Android_Inline_Hook
Android_Inline_Hook copied to clipboard
About the fix code of B.. instruction
I've received some emails about the fix code of B.. code. They find me changed BLS to BHI, BEQ to BNE. It's not a mistake, I do this on purpose. I use the "opposite logic" idea in my mind to fix the B.. code shorter and nice. You can see the details about what I've done: https://gtoad.github.io/2018/08/03/Android-Native-Hook-Practice-EN/
Please do not changed it back, that will be wrong.