karaulov Advanced Cheater
Reputation: 0
Joined: 12 Aug 2013 Posts: 65 Location: Belarus
|
Posted: Mon Aug 12, 2013 11:12 am Post subject: read char * (pointer + offset) |
|
|
| Code: | char * GetLastMessage(void)
{
return (char *) *(ULONG_PTR*) ((*(ULONG_PTR*) (mdll + 0x5551C)) + 0x88);
} |
GetLastMessage does not work, returns or nothing or an empty string.
How to get the correct char *??? |
|