Is there a Perl module that can automate ollydbg?

debugging, ollydbg, perl

Solution

Googling brings up this:

- http://www.openrce.org/downloads/details/220/OllyPerl

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.

Problem

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?

Original source