[][src]Module binsec::detect

Implements the main interface struct necessary in order to consume, parse and detect binary inputs. Should be used to detect format and security mitigations for a singular binary.

Structs

Detector

Defines the main interface Detector struct, which is instantiated to consume and handle storing all internally parsed checks in a genericized manner, such that it is much easier for serialization and output.