C # process owner

Is it possible in C # to trick the owner of a process? Let's say my process name is "Game.exe", when the user starts it, it appears in the process list as Game.exe UsernameHere

Can this part of UsernameHere be fooled?

0


a source to share


2 answers


You need to look at impersonation of personality.



0


a source


Only by running it as another user.



0


a source







All Articles