Checkpoint

This commit is contained in:
Seth Hall 2013-04-24 12:56:20 -04:00
parent e0df278de6
commit 4cc9ca4243
9 changed files with 161 additions and 60 deletions

View file

@ -163,6 +163,8 @@ type ModbusHeaders: record;
type ModbusCoils: vector;
type ModbusRegisters: vector;
type PESectionHeader: record;
module Log;
enum Writer %{
@ -248,6 +250,9 @@ enum Action %{
## Deliver the file contents to the script-layer in an event.
ACTION_DATA_EVENT,
## Windows executable analyzer
ACTION_PE_ANALYZER,
%}
module GLOBAL;