![]() |
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 <sstream>#include <iomanip>Go to the source code of this file.
Namespaces | |
| namespace | pesieve |
| namespace | pesieve::util |
Functions | |
| char * | pesieve::util::get_subpath_ptr (char *modulePath, char *searchedPath) |
| std::string | pesieve::util::escape_path_separators (std::string path) |
| std::string | pesieve::util::get_system_drive () |
| bool | pesieve::util::dir_exists (const char *path) |
| bool | pesieve::util::create_dir_recursively (const std::string &path) |
| std::string | pesieve::util::strip_prefix (std::string path, std::string prefix) |