fred26 Expert Cheater
Reputation: 0
Joined: 20 Dec 2014 Posts: 103
|
Posted: Tue Sep 08, 2015 6:24 am Post subject: Structure Dissect Question |
|
|
I would like to create a script to find out the type of a structure element, depending on what type of instruction accessed/wrote it.
E.g. If element at offset 4 was wrtitten by fstp qword ptr [eax], it will be a double or if the element at offset 0 was accesed by mov eax, word ptr [esi], the will be a 2 byte element.
The idea is to loop through out each structure element byte by byte and put a timer or wait until it is accessed/written and log this address.
How can I do this?
Thanks!
|
|