Skip to content
Snippets Groups Projects

SymbolSort report parser

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    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

    http://gameangst.com/?p=320

    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

    Edited
    symbolSort-report-parser.py 2.24 KiB
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment