hide process

  • Thread starter Thread starter madushka930
  • Start date Start date
M

madushka930

anybody know what is th easyest way to hide vb.net application process
from task manager...
 
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.
 
Back
Top