discovered 03 Aug 2026
gtirb
→ View on GitHubGTIRB is a machine code analysis and rewriting data structure designed to facilitate the exchange of binary Intermediate Representation (IR) between various binary disassembly and analysis tools. Modeled after LLVM-IR, it employs a modular structure that supports multiple loadable objects, inter-procedural control flow graphs, and auxiliary data tables for flexible data management. Notable features include the ability to interface with various intermediate languages through the storage of raw machine code bytes and symbolic information, along with a UUID system for uniquely identifying components within the IR.