Monday, 12 August 2013

read char * (pointer offset)

read char * (pointer offset)

char * GetLastMessage(void)
{
return (char *) *(ULONG_PTR*) ((*(ULONG_PTR*) (mdll + 0x5551C)) + 0x88);
}
How to read char * from (pointer + offset) ?
GetLastMessage does not work, returns or nothing or an empty string.
How to get the correct char *???
http://i.stack.imgur.com/PvRW8.jpg http://i.stack.imgur.com/PmnTV.jpg

No comments:

Post a Comment