Posted: Sun Jan 08, 2012 10:37 am Post subject: ReadProcessMemory [delphi]
hello everyone my question.. ↓
var
dwPID : DWORD;
dwhProc : THANDLE;
begin
GetWindowThreadProcessId(FindWindow('notepad', Nil), @dwPID);
dwhProc := OpenProcess(PROCESS_ALL_ACCESS, false, dwPID);
// use ReadProcessMemory How to scanning for text?
end;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum