Intercept system API calls in an iOS or Android app to add logging or modify behavior during security research.
Build a debugging tool that transparently wraps function calls to track arguments and return values at runtime.
Test how an application behaves when specific functions are redirected to return controlled mock data.
Requires a compiled build matched to the target architecture and OS, the README is minimal and points to a separate docs folder for usage details.
Dobby is a hook framework for software developers working at a low level. A hook framework is a library that lets you intercept function calls in a running program and redirect them to your own code, without modifying the original binary. This is useful for debugging, testing, security research, and building tools that sit transparently between an application and its underlying functions. The library is written to be small and modular. It works across several major operating systems: Windows, macOS, iOS, Android, and Linux. It also supports multiple processor architectures, including X86, X86-64, ARM, and ARM64, which covers most desktop, server, and mobile environments in common use today. The README itself is very short and does not describe setup steps, API usage, or supported features in detail. It points to a separate compilation guide in the docs folder and to the releases page for downloading pre-built library files. A list of credits names several other open-source projects the library draws on, including the Frida instrumentation toolkit and the MinHook library for Windows. Contact and community links are provided for a Telegram account and a group chat if you want to ask questions or follow development.
← jmpews on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.