1 Repo
Tools for analyzing the execution of native binaries during runtime through stepping, tracing, and memory inspection.
Distinct from Native Code Inspection: Distinct from Native Code Inspection: focuses on dynamic runtime analysis and state manipulation rather than static binary analysis.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Runtime Debuggers. Refine with filters or upvote what's useful.
unidbg is a framework for emulating and debugging ARM32 and ARM64 native binaries on a host machine. It serves as an Android and iOS binary debugger and native library emulator, allowing for the execution of native code without the need for physical hardware. The project distinguishes itself through a native function hooking framework and a Model Context Protocol debugging tool that exposes emulator state to AI assistants for automated binary analysis. It also includes a specialized memory analyzer for tracking guest-side allocations and identifying leaks in native binaries. The toolset cove
Provides a console debugger, instruction tracing, and memory read/write traces to analyze native code execution in real time.