Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 650 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 650 Bytes

DHook

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 ) 📌

Logic

Build ⚙️

cd jni
ndk-build

Usage 📋

check usage over at /jni/entry_point.cpp

TO-DO 📄

  • Support Thumb2 and ARM64
  • Un-Hook Functionality

References ✒️

Credits

  • Delshire (@Reversive)