5

Is there a CPAN module that can automate the famous ollydbg debugger? If yes, could someone provide such module and some tutorials/documentaitons/example about it?

Ira Baxter
  • 93,541
  • 22
  • 172
  • 341
dan
  • 885
  • 2
  • 9
  • 18
  • 5
    Sorry for the nit pick, but "famous"? I've never heard of it and I presume that applies to quite a few others, too. Could you add a link? – tsee Dec 04 '09 at 10:00
  • see this http://en.wikipedia.org/wiki/OllyDbg – dan Dec 04 '09 at 10:17

1 Answers1

6

Googling brings up this:

Note that it's from 2005 and provides this description:

Perl scripting for the OllyDbg API, Alpha-quality code, use at your own risk. Requires ActivePerl.

Also included in package is wavediff.pl, a PoC implementation of binary difference analysis via phase cancellation.

YMMV but the author still blogs & twitters.

Community
  • 1
  • 1
draegtun
  • 22,441
  • 5
  • 48
  • 71