![]() |
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>#include <time.h>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | util |
Macros | |
| #define | INVALID_TIME LONGLONG(-1) |
Functions | |
| std::wstring | util::strtime (const time_t t) |
| LONGLONG | util::LargeTime_to_POSIX (LARGE_INTEGER date) |
| LONGLONG | util::FileTime_to_POSIX (FILETIME ft) |
| LONGLONG | util::process_start_time (IN DWORD processID) |
| #define INVALID_TIME LONGLONG(-1) |
Definition at line 7 of file time_util.h.