Skip to content

Latest commit

 

History

History
177 lines (148 loc) · 20.4 KB

File metadata and controls

177 lines (148 loc) · 20.4 KB

References

Curated C++ ecosystem resources referenced by this project.

Standards & Drafts

Build, CMake & Packaging

Build Profiling & Tracing

Debuggers & Execution Control

  • LLDB — LLVM native debugger with scriptable Python/C++ APIs llvm/llvm-project
  • GDB — GNU Project debugger supporting remote and embedded targets bminor/binutils-gdb
  • x64dbg — Open-source Windows x64/x32 debugger for reverse engineering and malware analysis x64dbg/x64dbg
  • RemedyBG — Lightweight, fast Windows debugger designed for game development
  • WinDbg — Microsoft's kernel-mode and user-mode Windows debugger
  • rr — Mozilla's record-and-replay debugger for non-deterministic debugging
  • raddbg — Epic Games visual debugger focused on C/C++ data-oriented inspection EpicGames/raddbg

Reverse Engineering & Disassembly

Online Tooling & Playgrounds

Code Quality, Sanitizers & Analysis

Testing & Benchmarking

Performance & Architecture

Libraries & Ecosystem

Compiler Docs & Standard Libraries

Profiling & Runtime Inspection

Community, Talks & People

Learning Paths