SymbolSort report parser
The snippet can be accessed without any authentication.
Authored by
Pierre Lamot
generates a treemap visualisation from SymbolSort reports
https://github.com/adrianstone55/SymbolSort/tree/master
to use:
-
build your target with pdb support
-
download http://gameangst.com/wp-content/uploads/2013/02/SymbolSort-1.2.zip
-
register msdia100.dll
- open a terminal as admin
- C:\Windows\SysWOW64\regsvr32.exe "C:\Program Files\Common Files\Microsoft Shared\VC\msdia100.dll"
-
run symbolsort on your program:
SymbolSort.exe -n mylibrary.pdb -out report.txt
-
run the python script on the report (be sure to have plotly python library installed)
python3 symbolSort-report-parser.py report.txt
Please register or sign in to comment