Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Perl module that can automate ollydbg?

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?

like image 452
dan Avatar asked Dec 04 '09 09:12

dan


1 Answers

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.

like image 62
draegtun Avatar answered Nov 15 '22 10:11

draegtun