mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
304 B
29 lines
304 B
BOOL
|
|
SuspendAllProcessThreads
|
|
(
|
|
PCHILD_PROCESS_INFO pChildProcessInfo
|
|
);
|
|
|
|
BOOL
|
|
ResumeAllProcessThreads
|
|
(
|
|
PCHILD_PROCESS_INFO pChildProcessInfo
|
|
);
|
|
|
|
BOOL
|
|
SingleStepThread
|
|
(
|
|
HANDLE hThread
|
|
);
|
|
|
|
BOOL
|
|
GoThread
|
|
(
|
|
HANDLE hThread
|
|
);
|
|
|
|
DWORD
|
|
GetThreadProgramCounter
|
|
(
|
|
PCHILD_THREAD_INFO pThreadInfo
|
|
);
|