Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 705 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 705 Bytes

VSOExp

A quick tool to allow parsing and exploration of a few obtuse Visual Studio outputs. Currently:


.i preprocessor output

prepro

View the include hierarchy as a tree and track where the bulky code is being pulled in from. See line deltas per file and filter by name.


/d1reportAllClassLayout

d1

Use an unsupported compiler flag to vomit up the class layout for your code in a totally wonky and inconsistent format. VSOExp will parse, unpack and search through the potentially multi-hundred-megabyte text explosion in a much nicer fashion.