JunyiXie / Dobby

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dobby

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-64, ARM, ARM64)
  • Clean code without STL(port to kernel easily)
  • Plugin support(DobbyDrill ?)
  • 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 ..

Documentation

full Installation documentation site

Credits

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

About

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

License:Apache License 2.0


Languages

Language:C++ 82.8%Language:C 12.3%Language:CMake 4.3%Language:Assembly 0.3%Language:Objective-C++ 0.1%Language:Shell 0.1%Language:Objective-C 0.1%