1 repo
Low-level analysis of software crashes and performance at the machine code level.
Distinguishing note: Focuses on system-level investigation rather than high-level application debugging.
Explore 1 awesome GitHub repository matching operating systems & systems programming · System Debugging. Refine with filters or upvote what's useful.
This project is a graphical Windows debugger designed for the analysis and manipulation of compiled binary applications. It functions as a comprehensive binary analysis suite, providing a real-time environment for inspecting CPU registers, monitoring memory states, and tracing instruction execution to investigate system-level software behavior. The tool distinguishes itself through an event-driven debugging loop that allows for precise process control and state modification during runtime. It supports advanced analysis techniques, including hardware-breakpoint injection for monitoring memory
Investigates crashes and performance bottlenecks by inspecting CPU registers and machine code.