Checkpoint.

This commit is contained in:
Seth Hall 2013-04-10 22:57:54 -04:00
parent 42a05e9570
commit 8beb75d985
7 changed files with 107 additions and 27 deletions

View file

@ -16,6 +16,8 @@ static ActionInstantiator action_factory[] = {
file_analysis::SHA1::Instantiate,
file_analysis::SHA256::Instantiate,
file_analysis::DataEvent::Instantiate,
PE_Analyzer::Instantiate,
};
static void action_del_func(void* v)