HollowsHunter
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#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) |
DWORD GetParentProcessID | ( | DWORD | dwPID | ) |
Definition at line 70 of file suspend.cpp.
bool is_process_associated | ( | DWORD | processId | ) |
bool resume_process | ( | DWORD | processId | ) |
Definition at line 26 of file suspend.cpp.
bool suspend_process | ( | DWORD | processId | ) |
Definition at line 7 of file suspend.cpp.