What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Retrieving a process handle

[?] Retrieving a process handle
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: [?] Retrieving a process handle
quote:
Originally posted by SmokingCookie
Well, it appears to work, except for the writing part. Access denied :S
er, is your process higher than the one you're writing to?

with winamp i do
GetWindowThreadProcessId
then
OpenProcess with the PROCESS_ALL_ACCESS flag
then you should be able to call
VirtualAllocEx (if you want to allocate memory within its space)
then
WriteProcessMemory
[Image: dt2.0v2.png]      Happy Birthday, WDZ
02-23-2009 10:41 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Retrieving a process handle - by SmokingCookie on 02-21-2009 at 06:11 PM
RE: [?] Retrieving a process handle - by matty on 02-21-2009 at 06:56 PM
RE: [?] Retrieving a process handle - by SmokingCookie on 02-21-2009 at 06:59 PM
RE: [?] Retrieving a process handle - by matty on 02-22-2009 at 03:53 PM
RE: [?] Retrieving a process handle - by SmokingCookie on 02-22-2009 at 05:14 PM
RE: [?] Retrieving a process handle - by Mnjul on 02-22-2009 at 05:31 PM
RE: [?] Retrieving a process handle - by SmokingCookie on 02-23-2009 at 09:16 AM
RE: [?] Retrieving a process handle - by -dt- on 02-23-2009 at 10:41 AM
RE: [?] Retrieving a process handle - by SmokingCookie on 02-23-2009 at 03:33 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On