Rubato and Chord - Visualize Assembly using DGML
"Starting from Visual Studio 2010 Ultimate there is a cool feature called DGML (Directed Graph Markup Language).
I wrote a small script to convert the disassembled code from WinDBG into a DGML.
In order to use it, simply type the following commands under a debug session:
.shell -o LoadLibraryA.dgml -ci "uf kernel32!LoadLibraryA" cscript.exe /nologo dasm2dgml.js
A DGML file will be generated with the given name, and here is what it looks like:
This is such a mash-up of stuff that I had to blog about it. Using cscript to run javascript to disassemble code with WinDB to view it via DGML... awesome.
No comments:
Post a Comment
NOTE: Anonymous Commenting has been turned off for a while... The comment spammers are just killing me...
ALL comments are moderated. I will review every comment before it will appear on the blog.
Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...
I reserve, and will use, the right to not approve ANY comment for ANY reason. I will not usually, but if it's off topic, spam (or even close to spam-like), inflammatory, mean, etc, etc, well... then...
Please see my comment policy for more information if you are interested.
Thanks,
Greg
PS. I am proactively moderating comments. Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...