Next-Generation Remote Analysis Suite for Reverse Engineering.
🎉 Open Source Announcement
This project is open source!
⚠️ Note: I am currently not accepting pull requests while I work on code reorganization. Please also refrain from posting code suggestions in Issues. Thank you for your understanding.
Motivation Curiosity — nothing more. This project is driven purely by a desire to explore and understand how low-level execution behaves across different systems.
Goal To visualize low-level execution across multiple operating systems and architectures, assisting reverse engineering analysis and deepening technical understanding.
- Windows(x86_64)
- Linux(x86_64)
- Mac(arm64)
| OS | Arch | Scanner | Debugger |
|---|---|---|---|
| Windows | x86_64 | ○ | × |
| macOS | arm64 | ○ | △ |
| Linux | x86_64 | ○ | △ |
| iOS | arm64 | ○ | △ |
| Android | arm64 | ○ | △ |
| WebAssembly | Browser | ○ | × |
Please refer to the Wiki for detailed usage instructions.
- GitHub Actions: Fork this repository and run the Build DynaDbg workflow from the Actions tab. See Wiki for detailed build options.
- Manual Build: See Wiki for step-by-step instructions.
Please refer to the Wiki for development setup and guidelines.
For detailed technical specifications and implementation details, please refer to:
For a full list of dependencies, see CREDITS.md.



