Forgot your password?

typodupeerror

Comment: Re:Wait, wait... (Score 4, Informative) 221

by Guilly (#18647505) Attached to: Vista Protected Processes Bypassed
There are ways, using the windows API, for any process run with Debugger privileges (any Administrator really) to read,write,terminate,create threads, etc in any other process. This was true in Windows 95 and still is in XP and probably Vista, except for protected processes.

It's not like they can just create a pointer and address the other memory space but using the API they can achieve the same thing.

This is what allows programs like xfire to inject into your game process or (as they mention in TFA) allows Warden to peek inside all processes to see if they are evil.

A complex system that works is invariably found to have evolved from a simple system that works.

Working...