|
-
Jul 20th, 2009, 08:31 PM
#5
Thread Starter
Junior Member
Re: Empty squares reading from memory
Something new: In the code above I forced the string sTemp as follows:
sTemp = String(dwSize, "A")
I then ran the code and looked at the results of using the ReadProcessMemory function: surprise, surprise, sTemp has the same content.
So this means the WriteProcessMemory function does its job, the ReadProcessMemory function does its job, but the SendMessage(hwndStBr, SB_GETTEXT, i, ByVal lpSysShared) function does not. It looks like the call is incorrect?
Any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|