https://github.com/aras-p/sizer
Win32/64 executable size reporting
https://github.com/aras-p/sizer
size-optimization
Last synced: about 1 year ago
JSON representation
Win32/64 executable size reporting
- Host: GitHub
- URL: https://github.com/aras-p/sizer
- Owner: aras-p
- License: other
- Created: 2013-04-23T08:21:58.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T10:44:03.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T00:47:52.603Z (about 1 year ago)
- Topics: size-optimization
- Language: C++
- Homepage: http://aras-p.info/projSizer.html
- Size: 668 KB
- Stars: 259
- Watchers: 24
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Sizer - Win32/64 executable size report utility
See [**project page**](https://aras-p.info/projSizer.html) for a description.
Changelog [here](changelog.md).
Originally based on code by [Fabian "ryg" Giesen](http://farbrausch.com/~fg/).
Other similar tools:
* [SizeBench](https://devblogs.microsoft.com/performance-diagnostics/sizebench-a-new-tool-for-analyzing-windows-binary-size/) from Microsoft.
* [Bloaty McBloatface](https://github.com/google/bloaty) for ELF (Linux) / Mach-O (Mac) binaries.
* [SymbolSort](https://github.com/adrianstone55/SymbolSort) for Win32/PDB binaries.
License of the tool itself is public domain. Source contains third party code:
- BSD-licensed [MolecularMatters/raw_pdb](https://github.com/MolecularMatters/raw_pdb) PDB library (rev `74b2b97`, 2023 Jul 28).
- CC0-licensed [jibsen/parg](https://github.com/jibsen/parg) command line parser.