IDA

Eggheads talking about bytes and stuff.
Post Reply
mikew
Data Genius
Posts: 558
Joined: 2022-Jan-09, 20:21

IDA

Post 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.
Post Reply