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::FileTime_to_POSIX (FILETIME ft) |
LONGLONG | util::process_start_time (DWORD processID) |
#define INVALID_TIME LONGLONG(-1) |
Definition at line 7 of file time_util.h.