Log in

View Full Version : idc scripting newbie question


mike
February 1st, 2002, 17:24
I've got an enormous list of places where an array is referenced. The code usually loads the base of the array into eax, and then reads a byte later, like mov al, [eax+0Ah].

I want to find out if it ever writes to a particular byte.

Any ideas on how to pull that off in an idc script?