Cargo Features

[dependencies]
boreal-cli = { version = "0.6.0", default-features = false, features = ["authenticode", "memmap", "profiling"] }
default = authenticode, memmap, profiling

These default features are set whenever boreal-cli is added without default-features = false somewhere in the dependency tree.

authenticode default

Enable authenticode parsing in boreal, requires OpenSSL

Enables authenticode of boreal

memmap default

Enable use of memory maps to load files to scan.

Enables memmap of boreal

profiling default

Enables scan statistics. Should not impact performances significantly, and very useful in a CLI tool to debug rules.

Enables profiling of boreal