mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Checkpoint
This commit is contained in:
parent
e0276384e7
commit
cb040b6da4
7 changed files with 60 additions and 27 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "DataEvent.h"
|
||||
#include "Hash.h"
|
||||
|
||||
#include "analyzers/PE.h"
|
||||
|
||||
using namespace file_analysis;
|
||||
|
||||
// keep in order w/ declared enum values in file_analysis.bif
|
||||
|
@ -14,6 +16,8 @@ static ActionInstantiator action_factory[] = {
|
|||
SHA1::Instantiate,
|
||||
SHA256::Instantiate,
|
||||
DataEvent::Instantiate,
|
||||
|
||||
PE_Analyzer::Instantiate,
|
||||
};
|
||||
|
||||
static void action_del_func(void* v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue