Skip to content
forked from BepInEx/Dobby

A lightweight, multi-platform, multi-architecture hook framework.

License

Notifications You must be signed in to change notification settings

bilenkonito/Dobby

 
 

Repository files navigation

Dobby

Contact me Telegram Join group Telegram

Dobby a lightweight, multi-platform, multi-architecture exploit hook framework.

  • Minimal and modular library
  • Multi-platform support(Windows/macOS/iOS/Android/Linux)
  • Multiple architecture support(X86, X86-64, ARM, ARM64)
  • Clean code without STL(port to kernel easily)
  • Plugin support(SymbolResolver, SupervisorCallMonitor)
  • iOS kernel exploit support(Gollum ?)

Getting started

git clone https://github.com/jmpews/Dobby.git --depth=1
cd Dobby/example/
mkdir build; cd build; cmake ..

Or download latest release

Documentation

full Installation documentation site

Download

download static library

Credits

  1. frida-gum
  2. minhook
  3. substrate.
  4. v8
  5. dart
  6. vixl

About

A lightweight, multi-platform, multi-architecture hook framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.6%
  • C++ 40.3%
  • CMake 2.5%
  • Other 0.6%