geode/loader/dobby
2022-07-30 19:24:03 +03:00
..
.github/workflows whole of geode except without history 2022-07-30 19:24:03 +03:00
build-workspace whole of geode except without history 2022-07-30 19:24:03 +03:00
builtin-plugin whole of geode except without history 2022-07-30 19:24:03 +03:00
cmake whole of geode except without history 2022-07-30 19:24:03 +03:00
docs whole of geode except without history 2022-07-30 19:24:03 +03:00
example whole of geode except without history 2022-07-30 19:24:03 +03:00
external whole of geode except without history 2022-07-30 19:24:03 +03:00
include whole of geode except without history 2022-07-30 19:24:03 +03:00
source whole of geode except without history 2022-07-30 19:24:03 +03:00
tests whole of geode except without history 2022-07-30 19:24:03 +03:00
.clang-format whole of geode except without history 2022-07-30 19:24:03 +03:00
.gitignore whole of geode except without history 2022-07-30 19:24:03 +03:00
CMakeLists.txt whole of geode except without history 2022-07-30 19:24:03 +03:00
LICENSE whole of geode except without history 2022-07-30 19:24:03 +03:00
README.md whole of geode except without history 2022-07-30 19:24:03 +03:00
README_zh-cn.md whole of geode except without history 2022-07-30 19:24:03 +03:00

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

Build Installation

Getting Started with iOS

Getting Started with Android

Documentation

full Installation documentation site

Download

download static library

Credits

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