quote:
Originally posted by SmokingCookie
Well, it appears to work, except for the writing part. Access denied
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