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.
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.
