1 مستودع
Analysis of binary data grouped by linker sections to identify space consumption of atomic regions.
Distinct from Binary Linkers: Focuses on size analysis of sections rather than the linking process or section stripping.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Linker Section Analysis. 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
Groups binary data by linker sections to identify which atomic regions are consuming the most space.