VB .NET Hide Process
Hi,
I'm looking for a way to hide my process from not only task manager but also any type of Process-List applications.
Many people have been injecting/hacking my program. I already did some progress by making it non-readable by Ollydbg but still there is a long way to go.
I don't really need the main application's process to be hidden. It will start other application and thats the one that I'm trying to hide. My main application is just for seek for debuggers, etc and ends the 2nd application if finds any.
The last resource would be starting it as Windows Service.
Thank you.
What you are asking for is kind of a difficult task, you could "hack" the task manager and keep removing it from the list (but there we go, any other process listing application will show the app), not to mention how hard it could end up being.
Also, you could list it as a windows service instead of a process.
Its just not possible.
And to be honest when you are trying to hide your application, its just for some bad use. And I am not supporting this.