Nilstrieb / my-binary-is-thicc-af

Binary size analyzer for Rust programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust binary size analyzer

.text mode

How to use:

cd client && npm i && npm run dev

In a separate shell:

cargo run --release BINARY_PATH > client/groups.json

Note: The symbol parsing code is extremely cursed. This may lead to very wonky results.

.rodata mode

Pass --rodata to cargo run. It will print all symbols in rodata, printing their estimated size.

About

Binary size analyzer for Rust programs

License:MIT License


Languages

Language:Rust 86.3%Language:Nix 8.5%Language:JavaScript 2.8%Language:HTML 2.1%Language:CSS 0.2%