1 مستودع
Capabilities for interfacing with the native Windows debugging API to control and inspect processes.
Distinct from Shell-Integrated Window Controllers: No candidate covers native Windows debugging API integration; existing candidates focus on window management or shell integration.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Windows Debug API Interfaces. Refine with filters or upvote what's useful.
Raddebugger is a native Windows x64 debugger that also functions as a high-speed PE/COFF linker and a PDB/DWARF debug information converter. It combines these three capabilities into a single development tool aimed at inspecting and controlling native x64 Windows applications, with the ability to attach to multiple processes simultaneously within one session. The debugger is built around a custom binary debug format that converts standard PDB and DWARF symbols into a compact representation for fast loading and minimal memory overhead. It includes a fuzzy symbol search engine for locating func
Interacts directly with the native Windows debugging API for process attach and control.