Click here to Skip to main content
15,909,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhide process Error! Pin
szcococut18-Dec-05 20:59
szcococut18-Dec-05 20:59 
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
AnswerRe: hide process Error! Pin
szcococut19-Dec-05 21:24
szcococut19-Dec-05 21:24 
QuestionMesssage queue size in window Pin
Akshay_Shingrup18-Dec-05 20:48
Akshay_Shingrup18-Dec-05 20:48 
QuestionAbout call a DLL built by MATLAB Com builder in VC++ Pin
QuangDien18-Dec-05 20:30
QuangDien18-Dec-05 20:30 
QuestionHow to remove Ok Cancel Apply buttons from property sheet Pin
Owner drawn18-Dec-05 18:11
Owner drawn18-Dec-05 18:11 
AnswerRe: How to remove Ok Cancel Apply buttons from property sheet Pin
Rajesh R Subramanian18-Dec-05 20:11
professionalRajesh R Subramanian18-Dec-05 20:11 
GeneralRe: How to remove Ok Cancel Apply buttons from property sheet Pin
Owner drawn18-Dec-05 20:17
Owner drawn18-Dec-05 20:17 
QuestionHow to set Status message from doc or view class? Pin
BlrBoy18-Dec-05 17:33
BlrBoy18-Dec-05 17:33 
AnswerRe: How to set Status message from doc or view class? Pin
Arman S.19-Dec-05 1:08
Arman S.19-Dec-05 1:08 
Questionvideo streaming "download and play" Pin
ACMTino18-Dec-05 12:22
ACMTino18-Dec-05 12:22 
AnswerRe: video streaming "download and play" Pin
vikas amin18-Dec-05 19:33
vikas amin18-Dec-05 19:33 
GeneralRe: video streaming "download and play" Pin
ACMTino19-Dec-05 2:11
ACMTino19-Dec-05 2:11 
QuestionCreating a window based on Dialog Template Pin
André RB18-Dec-05 12:18
André RB18-Dec-05 12:18 
AnswerRe: Creating a window based on Dialog Template Pin
PJ Arends18-Dec-05 12:33
professionalPJ Arends18-Dec-05 12:33 
QuestionGet window handle? Pin
Lord Kixdemp18-Dec-05 12:01
Lord Kixdemp18-Dec-05 12:01 
AnswerRe: Get window handle? Pin
PJ Arends18-Dec-05 12:23
professionalPJ Arends18-Dec-05 12:23 
GeneralRe: Get window handle? Pin
Lord Kixdemp18-Dec-05 13:47
Lord Kixdemp18-Dec-05 13:47 
GeneralRe: Get window handle? Pin
Lord Kixdemp18-Dec-05 16:36
Lord Kixdemp18-Dec-05 16:36 
QuestionHow to detect screen saver Pin
PJ Arends18-Dec-05 12:00
professionalPJ Arends18-Dec-05 12:00 
AnswerRe: How to detect screen saver Pin
Owner drawn18-Dec-05 18:21
Owner drawn18-Dec-05 18:21 
GeneralRe: How to detect screen saver Pin
PJ Arends18-Dec-05 20:42
professionalPJ Arends18-Dec-05 20:42 
QuestionMemory assertion with std::vector .. Pin
selecta18-Dec-05 8:49
selecta18-Dec-05 8:49 
AnswerRe: Memory assertion with std::vector .. Pin
Jörgen Sigvardsson18-Dec-05 8:56
Jörgen Sigvardsson18-Dec-05 8:56 
GeneralRe: Memory assertion with std::vector .. Pin
selecta18-Dec-05 10:25
selecta18-Dec-05 10:25 
GeneralRe: Memory assertion with std::vector .. Pin
Jörgen Sigvardsson18-Dec-05 10:29
Jörgen Sigvardsson18-Dec-05 10:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.