Yep, as it seems, the string is coped alright, only it displays it s 1st element in the edit box.
If i iterate like so; dat[1], dat[2] etc all characters show up in proper sequence, but only one at a time. :P
How could I make the whole string appear and not just the individual elements of the...
'read' returns 500, indicating that 500 bytes was read from the specified offset, yet I only get one character back from the operation, or 1 byte, however you like it.
Windows xp sp3
Delphi 7
Trying to read strings from another process memory but I m only getting 1 byte back from the read operation.
The findprocess() function is predefined in an include btw
----------
var
Window: integer;
dat: array[0..500] of Char;
read: cardinal;
Str...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.