PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | pesieve |
namespace | pesieve::util |
Macros | |
#define | IS_ENDLINE(c) |
#define | IS_PRINTABLE(c) |
Functions | |
std::string | pesieve::util::to_lowercase (std::string) |
bool | pesieve::util::is_cstr_equal (char const *a, char const *b, const size_t max_len) |
#define IS_ENDLINE | ( | c | ) |
Definition at line 7 of file strings_util.h.
#define IS_PRINTABLE | ( | c | ) |
Definition at line 8 of file strings_util.h.