|
-
May 6th, 2000, 11:32 AM
#1
Thread Starter
Hyperactive Member
Can someone give me an example of how to properly execute Toolhelp32ReadProcessMemory? Thanks.
-
May 6th, 2000, 12:25 PM
#2
Addicted Member
Try searching this site, there's been a few really good examples in the paste few days.
Dan PM
Analyst Programmer
VB6 SP3 (also VB4 16-bit sometimes  )
-
May 6th, 2000, 09:42 PM
#3
Thread Starter
Hyperactive Member
No good.
There are no matches for the exact call "Toolhelp32ReadProcessMemory". I know I can list all of the processes and modules using CreateToolhelp32Snapshot, but for some reason it ends up missing some running processes. I think that Toolhelp32ReadProcessMemory will get specific info for a single process without cycling through all the other available processes, and I believe I can use this call with some other code I have to get all the processes and modules.
However now that someone has replied to this post, no one will read it again. Ohwell, I'll just have to re-post.
-
May 6th, 2000, 10:02 PM
#4
Addicted Member
Take it easy bud, relax. I don't know where you got your info on the Toolhelp32ReadProcessMemory, but I don't think it does what you think it does. You use this function to copy memory from another process into a buffer defined by your application. You can read up on this at MSDN as well as all of the other Toolhelp32 functions.
Just remember to keep your cool bud, we're all friends here.
Dan PM
Analyst Programmer
VB6 SP3 (also VB4 16-bit sometimes  )
-
May 6th, 2000, 10:32 PM
#5
Thread Starter
Hyperactive Member
You think I'm getting a little crazed, eh!? Well, I'm not, I'm quite relaxed. I looked up the call on MSDN, I don't know I just thought I could use it to get a single process' information, instead of cycling through all of them. Alright, thanks for your time.
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
|