Page 1 of 1

IDA

Posted: 2022-Mar-12, 20:47
by mikew
Does anyone here have any experience writing IDA plugins?

In 2007, I hacked some code that would dump register values and some bytes off the stack to a file if a breakpoint was hit, and would like to recreate the experience...but maybe do it properly this time.
I've managed to recreate a crude dev environment using the 2008 era SDK to compile and run the template from this document:
http://www.openrce.org/reference_librar ... /idapw.pdf
Heh, I tried to see if I could follow the VS2005 instructions to use VS2019, but absolutely everything has changed so had to find another solution.

The biggest problem I have is undestanding how to make it flow properly. In 2007, I had to press the 'continue' button manually each time the breakpoint is hit.