Skip to content
/ dhook Public
forked from Reversive/dhook

Lightweight ARM32 trampoline hook

Notifications You must be signed in to change notification settings

maxerz/dhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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)

About

Lightweight ARM32 trampoline hook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.3%
  • C 31.0%
  • Makefile 12.7%