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
Classes | Namespaces | Typedefs
thread_scanner.h File Reference
#include <windows.h>
#include "module_scanner.h"
#include "../utils/threads_util.h"
#include "../stats/stats.h"
#include "../stats/entropy_stats.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  pesieve
 

Typedefs

typedef struct pesieve::_thread_ctx pesieve::thread_ctx
 A custom structure keeping a fragment of a thread context.