Discussion:
hide process
(too old to reply)
madushka930
2011-10-07 10:52:20 UTC
Permalink
anybody know what is th easyest way to hide vb.net application process
from task manager...
cubaman
2011-10-10 10:05:48 UTC
Permalink
Post by madushka930
anybody know what is th easyest way to hide vb.net application process
from task manager...
You would need to write a kernel mode rootkit to intercept calls to
NtQuerySystemInformation so that the SystemProcessInformation info
class fails to list your hidden process. And it won't work in X64.
Best regards.

Loading...