tags:

views:

233

answers:

2

Is it possible in C# to spoof the owner of a process? Lets say my process name is "Game.exe", when the user runs it, it shows up in process list as Game.exe UsernameHere

Is it possible to spoof that UsernameHere part?

A: 

You need to look into identity impersonation.

ck
A: 

Only by running it as a different user.

hopethisworks