Expand description

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

Modules§

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

Statics§

  • 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§