DHook is a WIP lightweight ARM trampoline hook, currently being developed for ARM, planned to be extended to Thumb2 & ARM64
Overall Idea (Note that it will eventually be ported to B/BX calls depending on the distance between the original function and the detoured one ) 📌
cd jni
ndk-build
check usage over at /jni/entry_point.cpp
- Support Thumb2 and ARM64
- Un-Hook Functionality
- Delshire (@Reversive)