HollowsHunter
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Loading...
Searching...
No Matches
suspend.h File Reference
#include <windows.h>

Go to the source code of this file.

Macros

#define INVALID_PID   (-1)
 

Functions

bool suspend_process (DWORD processId)
 
bool resume_process (DWORD processId)
 
bool is_process_associated (DWORD processId)
 
DWORD GetParentProcessID (DWORD dwPID)
 

Macro Definition Documentation

◆ INVALID_PID

#define INVALID_PID   (-1)

Definition at line 4 of file suspend.h.

Function Documentation

◆ GetParentProcessID()

DWORD GetParentProcessID ( DWORD dwPID)

Definition at line 70 of file suspend.cpp.

◆ is_process_associated()

bool is_process_associated ( DWORD processId)

Definition at line 45 of file suspend.cpp.

Here is the call graph for this function:

◆ resume_process()

bool resume_process ( DWORD processId)

Definition at line 26 of file suspend.cpp.

◆ suspend_process()

bool suspend_process ( DWORD processId)

Definition at line 7 of file suspend.cpp.