PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Loading...
Searching...
No Matches
patch_list.h File Reference
#include <windows.h>
#include <vector>
#include <fstream>
#include <peconv.h>

Go to the source code of this file.

Classes

class  pesieve::PatchList
 
class  pesieve::PatchList::Patch
 

Namespaces

namespace  pesieve
 

Enumerations

enum  pesieve::t_patch_type {
  pesieve::PATCH_UNKNOWN , pesieve::HOOK_INLINE , pesieve::HOOK_ADDR_REPLACEMENT , pesieve::PATCH_PADDING ,
  pesieve::PATCH_BREAKPOINT , pesieve::COUNT_PATCH_TYPES
}