Skip to main content

Tool to analyze the size of a binary from .elf file

Project description

Binsize tool

Tool for analyzing the sizes of symbols in binaries.

It can be used to find out which symbols are taking up the most space in a binary.

It requires bloaty and nm tools to be installed.

It analyzes the .elf file and optionally also the .map file from the binary creation process.

Tool basic usage

Installable by pip install binsize - see PyPI.

Installing this package creates binsize command, which has a lot of subcommands seeable by binsize --help. For example

$ binsize get firmware.elf -d
$ binsize compare firmware.elf other_firmware.elf
$ binsize tree firmware.elf

--help can be used even on the subcommands, for example binsize get --help - to see all available options.

Result will be usually printed into terminal, unless specifying --output option which some commands support.

Setting root directory

To resolve all the files properly, the project's root directory needs to be set correctly.

There are couple of possibilities how to do it.

In the end, all of them are changing the root value in settings.json, from where everything else gets the value. It needs to be an absolute path.

settings.json will be created in a user's home directory, based on platformdirs library (~/.config/binsize/settings.json on linux).

Manually

Just modifying the root in the settings.json file.

Via environmental variable

BINSIZE_ROOT_DIR env variable is checked and when not empty, it will set the root directory.

e.g. BINSIZE_ROOT_DIR=/home/user/project binsize tree /path/to/file.elf

Via CLI argument

binsize accepts -r / --root-dir argument, which can be used to set the root directory.

It has lower priority than the environmental variable.

e.g. binsize -r /home/user/project tree /path/to/file.elf

Via exposed function

binsize exposes set_root_dir function, which can be called from any python script.

e.g. binsize.set_root_dir("/home/user/project")


TODO: document all the CLI commands, exportable symbols, basic functioning, ways to extend it, etc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

binsize-0.1.4.tar.gz (27.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

binsize-0.1.4-py3-none-any.whl (40.0 kB view details)

Uploaded Python 3

File details

Details for the file binsize-0.1.4.tar.gz.

File metadata

  • Download URL: binsize-0.1.4.tar.gz
  • Upload date:
  • Size: 27.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.8 Linux/6.8.0-49-generic

File hashes

Hashes for binsize-0.1.4.tar.gz
Algorithm Hash digest
SHA256 45053e9d2900b5cc78729842fe13ef3738b05705c4a1fe802798649587ab1510
MD5 3009fa006d25703095dd93bacbb7a0b2
BLAKE2b-256 81fb04e43abeb35a226f240ef70b76355076cbfaff8338c837359e2772f1c55a

See more details on using hashes here.

File details

Details for the file binsize-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: binsize-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.8 Linux/6.8.0-49-generic

File hashes

Hashes for binsize-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f0069790fe7ff45d2699561f6af7a837af081b5a474d5f6f4371a50359f96118
MD5 3b534169026fb428aa22a997b89eddfc
BLAKE2b-256 905ebb77d12046e125cd52b1d85b0d8fdfd750c67942efad0381a3c7ac65f119

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page