hide process Error!
-
I use LoadLibrary( "ntdll.dll" ) to hide process! just like : hNtDLL = LoadLibrary( "ntdll.dll" ); RtlInitUnicodeString = (CProcessHide::RTLINITUNICODESTRING)GetProcAddress( hNtDLL, "RtlInitUnicodeString"); ZwOpenSection = (CProcessHide::ZWOPENSECTION)GetProcAddress( hNtDLL, "ZwOpenSection"); ............. but in window 2000 pro : 1,some compuctors can start up and hide process; 2,some compuctors can start up but can't hide process; 3,some compuctors can't start up the exe. Show Error like this: "now Creating Error Log!" if I Setup vc6.0 in the compuctors which can't Start up the exe. the exe can Start up ,and Hide process! why? how to fix it ? thanks braden -- modified at 3:00 Monday 19th December, 2005
-
I use LoadLibrary( "ntdll.dll" ) to hide process! just like : hNtDLL = LoadLibrary( "ntdll.dll" ); RtlInitUnicodeString = (CProcessHide::RTLINITUNICODESTRING)GetProcAddress( hNtDLL, "RtlInitUnicodeString"); ZwOpenSection = (CProcessHide::ZWOPENSECTION)GetProcAddress( hNtDLL, "ZwOpenSection"); ............. but in window 2000 pro : 1,some compuctors can start up and hide process; 2,some compuctors can start up but can't hide process; 3,some compuctors can't start up the exe. Show Error like this: "now Creating Error Log!" if I Setup vc6.0 in the compuctors which can't Start up the exe. the exe can Start up ,and Hide process! why? how to fix it ? thanks braden -- modified at 3:00 Monday 19th December, 2005