Topic created on: March 23, 2006 18:27 CST by pedram.
Curious as to what methods different people use for generating print outs from IDA. Export to HTML and print? Simple IDC script to grab the raw assembly?
I'm sure someone out there has a creative solution.
At one time I hacked together a half-way passable IDC script to dump the raw assembly to a LaTeX template I had setup. The script would simply take an address range as arguments. From here I could obviously render it as needed (often into PDF.)
Sadly, said script is sitting on a rather dead harddrive and my attempt to resurrect the drive by swapping controllers with an identical model failed rather miserably. I will just have to get around to re-writing it.
For my purposes though, it was very handy to have LaTeX as the rendering language versus HTML, simply because I could control the representation more readily.
would be nice to have control over formatting, be able to say "print this function", control over what elements are printed (address, comments, cross refs, etc...), in some cases color might be nice.
anyone else had various printing needs and come up with a creative solution?