Awed2 Cheater
Reputation: 0
Joined: 01 Jul 2014 Posts: 26
|
Posted: Sat Nov 15, 2014 2:16 am Post subject: ReadProcessMemory |
|
|
i have a little question c++ related (in that im not that good yet)
how do i turn this code (which works fine for a simple address)
Quote: | int value = 0;
DWORD address = 0x12345;
ReadProcessMemory(HANDLE,(void*)address,&value,sizeof(value),0); |
into ".exe" +ABC123 + 5 Offsets (result of pointer scan)
|
|