M madushka930 Oct 7, 2011 #1 anybody know what is th easyest way to hide vb.net application process from task manager...
C cubaman Oct 10, 2011 #2 anybody know what is th easyest way to hide vb.net application process from task manager... Click to expand... 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.
anybody know what is th easyest way to hide vb.net application process from task manager... Click to expand... 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.