[][src]Module binsec::format

Implements file output dumping given a file format. binsec currently supports the following backends for structured deserialization:

  • Normal output
  • JSON
  • TOML

Structs

BinTable

Helper struct that helps convert a FeatureMap into a normalized ASCII table

Enums

BinFormat

Defines the output format variants that are supported by binsec. Enforces a uniform dump() function to perform serialization to the respective format when outputting back to user.

Type Definitions

FeatureMap

Aliases a finalized output type for a detector, storing all the checks that were performed and their results for consumption by a BinTable for creating a table.