Hello,
How can i read or write a address with a value that has length more then 4?
Seams like ReadProcessMem only gets the first 4 of the value.
Im trying to get the whole value from a word that has length 17 in memory.
Thanks,Code:dim value as byte GetWindowThreadProcessId hwnd, pid phandle = OpenProcess(PROCESS_ALL_ACCESS, False, pid) ReadProcessMem phandle, address, value, 1, 0& CloseHandle hProcess
Naitsabes




Reply With Quote