1 مستودع
Capabilities for attaching to and controlling multiple processes simultaneously within a single debugger session.
Distinct from Debugger Process Management: Distinct from Debugger Process Management: focuses on simultaneous multi-process attachment and control, not single-process lifecycle management.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Multi-Process Debug Sessions. 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
Attaching to and controlling multiple Windows x64 processes simultaneously within a single debugger session.