Please help me.
I need to know how can I access to struct member if I know only struct address.
For example, something like this:
STRUC MY_STRUCT
x dd ?
y dd ?
ENDS MY_STRUCT
...
pop edi ; edi directs to variable of type MY_STRUCT
add edi, offset MY_STRUCT.y
Last string don't want to be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.