Guess his problem is more about how to identify the length of the string.
Try looking at your string in memory and how his length is determined.
As far as it isnt something exotic it should be 00 terminated or the length is infront of the characters.
ReadProcessMemory Text/String auslesen 04/25/2011 - General Coding - 16 Replies Guten Morgen,
ich hab zurzeit ein kleines Problem wo in Google nicht viel drüber steht.
Undzwar ich will von einem Pointer den Text auslesen allerdings gelingt mir das nicht so wirklich, entweder ich schaff nur den ersten Buchstaben auszulesen ( liegt daran das ich die länge angeben muss,aber klappt nicht so wie ich das will) oder dort kommt nur komisches Zeug raus.
DWORD value;
ReadProcessMemory(hProcess,(LPVOID)Adresse,&v alue,sizeof(value),0);...
ReadProcessMemory Problem 07/26/2009 - General Coding - 3 Replies I can't listing Proc. Only one
uses TlHelp32
var
hProcess,HandleWindow: THandle;
Struct: TProcessEntry32;
ProcessID,temp:cardinal;
buf:pchar;
begin