Crate assemblyline_markings

Source
Expand description

Library for manipulating and comparing classification strings based on configuration from Assemblyline.

Modules§

classification
Classification processing and manipulating tools
config
Objects for parsing configuration data from assemblyline.
errors
Error types and error handling functions

Statics§

DEFAULT_PARSER
Mutex to hold a default parser the loaded system uses. The classification engine is often treated as an aspect of the execution environment that should be globally accessable. Rather than reloading a configuration file repeatedly or having several different modules all track the same parser redundantly we will create a common mutex here.

Functions§

get_default
Load the assigned default parser
set_default
Set the default parser