https://github.com/bepinex/dobby
Fork of jmpews/Dobby with stability edits for Windows
https://github.com/bepinex/dobby
Last synced: about 1 year ago
JSON representation
Fork of jmpews/Dobby with stability edits for Windows
- Host: GitHub
- URL: https://github.com/bepinex/dobby
- Owner: BepInEx
- License: apache-2.0
- Created: 2022-05-05T20:20:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T16:33:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T17:47:14.054Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 2.82 MB
- Stars: 23
- Watchers: 3
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dobby
[](https://t.me/IOFramebuffer) [](https://t.me/dobby_group)
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](https://github.com/jmpews/Dobby/releases/tag/latest)
#### [Build Installation](docs/build-documentation.md)
#### [Getting Started with iOS](docs/get-started-ios.md)
#### [Getting Started with Android](docs/get-started-android.md)
## Documentation
[full Installation documentation site](https://jmpews.github.io/Dobby/#/)
## Download
[download static library](https://github.com/jmpews/Dobby/releases/tag/latest)
## Credits
1. [frida-gum](https://github.com/frida/frida-gum)
2. [minhook](https://github.com/TsudaKageyu/minhook)
3. [substrate](https://github.com/jevinskie/substrate).
4. [v8](https://github.com/v8/v8)
5. [dart](https://github.com/dart-lang/sdk)
6. [vixl](https://git.linaro.org/arm/vixl.git)