A tool to analyze the size of a binary from an ELF file. Currently at version 0.1.4, released irregularly as a hobby project. It parses ELF files and provides detailed size breakdowns by sections, symbols, and memory regions.
pip install binsizeVerified import paths — ran on the pinned version, not inferred.
Basic usage: import the analyze function and pass the path to an ELF file. Returns a dictionary with size information.
Ensure you have an ELF binary (e.g., from GCC or Rust compilation) before calling analyze.
Inspect the result structure manually after upgrading.