PDA

View Full Version : [tool] olly2html.pl - Advanced OllyDbg ASM To HTML


Joe Stewart
January 28th, 2004, 11:35
This is a Perl script which parses ASM dumps created with the Copy->To File function and outputs HTML pages. It is similar in concept to an existing tool called oa2h, but this version has the following features:

1) Subroutine names are derived from comments (if present)
2) Outputs separate HTML pages for each subroutine, plus a master index
3) Cross-links calls and jumps with HREFs
4) Automatically figures out exported column widths; no editing of the ASM file is needed.

You can download the script from
http://www.joestewart.org/tools/olly2html.pl ("http://www.joestewart.org/tools/olly2html.pl")

You can view sample output from olly2html here:
http://www.joestewart.org/labelmaster-html/ ("http://www.joestewart.org/labelmaster-html/")

psyCK0
January 28th, 2004, 16:03
Great tool! =)

What I'd like to see is the ability to not write out addresses.
That'd be useful for ripping asm code.

TBD
January 28th, 2004, 23:43
Joe Stewart: great stuph. thanks for sharing !