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?
Asked
Active
Viewed 328 times
5
-
5Sorry 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 Answers
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.