randomascii / SizeBench

SizeBench is a binary size investigation tool for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Welcome to the SizeBench repo

This repository contains the SizeBench tool for doing size analysis of PE files (Portable Executables such as DLL, EXE, and SYS files) typically used on Windows. It's intended to help with questions like:

  • Why is this binary so big?
  • What can be done to make it smaller?

If you're a user of the tool

You can get help by opening SizeBench and going to Help > Show Help. Or, in this repo the usage docs are in the EndUserDocs folder.

For an introduction to this tool, see the announcement blog post

Contributing

We are excited to work alongside you, our amazing community!

BEFORE you start work on a feature/fix, please read & follow our Contributor's Guide to help avoid any wasted or duplicate effort.

Communicating with the Team

The easiest way to communicate with the team is via GitHub issues and GitHub discussions.

Please file new issues, feature requests and suggestions, but DO search for similar open/closed pre-existing issues before creating a new issue.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines.

Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Project Road Maps

The next expected work should be roughly this:

  1. Support LLD-linked binaries, to the degree they can be given LLD's PDBs.
  2. Move to GitHub Actions for CI and PR pipelines.
  3. Create and publish NuGet package for the Analysis Engine.
  4. Support diffing of SourceFiles.
  5. Improved support for binaries containing Rust code.

About

SizeBench is a binary size investigation tool for Windows

License:MIT License


Languages

Language:C# 70.8%Language:C 24.9%Language:HTML 2.8%Language:C++ 1.2%Language:Assembly 0.1%Language:PowerShell 0.0%Language:Fortran 0.0%Language:CSS 0.0%Language:Smalltalk 0.0%