Hello guys :D I have a problem with offset in C++, there are a two offset and for search pointer i must sum offset with Address, but when i sum offset to address, it's wrong
Code :
Sorry for my bad english. Thanks :)
Code :
PHP Code:
DWORD Baddress = ReadProcessMemory(0,(LPVOID)0x1A,0,0,0); //Example
DWORD offset1 = 0x1; // Example
DWORD offset2 = 0x2; // Example
DWORD pointer = Baddress + offset1 + offset2; //Example