E
Engelard
Guest
Hi everyone! Using WINapi functions like OpenProcess, VirtualQueryEx and ReadProcessMemory, i can get access to all virtual memory addresses of program, and find needed variables using huge loop. But how can i define which type this variable is? I mean, in address 0x12345678 variable 65, it might be simple 65int, or 65 unsigned long int, or might be a char uppercase 'A'.
How can i get to know such things, and how software like CheatEngine can define what type that memory possess. And where should i seek to get to know about such things?
Continue reading...
How can i get to know such things, and how software like CheatEngine can define what type that memory possess. And where should i seek to get to know about such things?
Continue reading...