PE-sieve
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 <map>
Go to the source code of this file.
Classes | |
struct | pesieve::util::_thread_info_ext |
struct | pesieve::util::_thread_info |
Namespaces | |
namespace | pesieve |
namespace | pesieve::util |
Macros | |
#define | INVALID_SYSCALL (-1) |
Typedefs | |
typedef struct pesieve::util::_thread_info_ext | pesieve::util::thread_info_ext |
typedef struct pesieve::util::_thread_info | pesieve::util::thread_info |
Functions | |
bool | pesieve::util::query_threads_details (IN OUT std::map< DWORD, thread_info > &threads_info) |
bool | pesieve::util::fetch_threads_info (IN DWORD pid, OUT std::map< DWORD, thread_info > &threads_info) |
bool | pesieve::util::fetch_threads_by_snapshot (IN DWORD pid, OUT std::map< DWORD, thread_info > &threads_info) |
#define INVALID_SYSCALL (-1) |
Definition at line 6 of file threads_util.h.