1 مستودع
Tools that parse binary and archive formats to analyze their internal structure, segments, and sections.
Distinct from Executable Format Support: The candidates focus on specific mappings [f0_mt1], configuration support [f0_mt3], or general data parsers [f0_mt5], whereas this is a dedicated tool for structural binary analysis.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Executable Format Analyzers. Refine with filters or upvote what's useful.
Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific symbols or compile units. It functions as a compilation unit profiler and C++ symbol demangler, mapping binary size back to source files and translating mangled names into human-readable formats. The project distinguishes itself as a binary diffing tool capable of comparing two versions of a binary to isolate specific symbols or sections responsible for size regressions. It provides specialized support for recovering symbols in stripped binaries by associating them with external
Parses binary and archive formats to analyze internal structure, including linker sections and memory segments.