PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
thread_scanner.h File Reference
#include <windows.h>
#include "module_scanner.h"
#include "../utils/threads_util.h"
#include "../utils/process_symbols.h"
#include "../stats/stats.h"
#include "../stats/entropy_stats.h"
#include <vector>

Go to the source code of this file.

Classes

struct  pesieve::_ctx_details
 A custom structure keeping a fragment of a thread context. More...
 
class  pesieve::ThreadScanReport
 A report from the thread scan, generated by ThreadScanner. More...
 
class  pesieve::ThreadScanner
 

Namespaces

namespace  pesieve
 

Typedefs

typedef enum pesieve::ThSusIndicator pesieve::_ThSusIndicator
 
typedef struct pesieve::_ctx_details pesieve::ctx_details
 A custom structure keeping a fragment of a thread context.
 

Enumerations

enum  pesieve::ThSusIndicator {
  pesieve::THI_NONE , pesieve::THI_SUS_START , pesieve::THI_SUS_IP , pesieve::THI_SUS_RET ,
  pesieve::THI_SUS_CALLSTACK_SHC , pesieve::THI_SUS_CALLS_INTEGRITY , pesieve::THI_SUS_CALLSTACK_CORRUPT , pesieve::THI_MAX
}
 

Functions

std::string pesieve::indicator_to_str (const ThSusIndicator &indicator)