Skip to content

Instantly share code, notes, and snippets.

@AMZN-alexpete
Created April 10, 2023 17:46
Show Gist options
  • Save AMZN-alexpete/0f3505508f226817d7a5fba5c83f4f70 to your computer and use it in GitHub Desktop.
Save AMZN-alexpete/0f3505508f226817d7a5fba5c83f4f70 to your computer and use it in GitHub Desktop.
Tools for Diagnosing LIB/DLL/EXE sizes

SizeBench

A GUI tool for analyzing and diffing .dll and .exe files

DUMPBIN

Command line tool taht comes with Visual Studio for dumping symbols and general information about .lib files

7-Zip

GUI tool that can open .lib files and you can see the symbol .txt files and all the .obj files in a list that can be sorted by size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment