[][src]Module binsec::check::pe

Defines the PE security mitigation checker. Consumes an PE binary, parses it, and checks for the following features:

  • Data Execution Prevention
  • Code Integrity
  • Control Flow Guard

Structs

PeChecker

struct defining security features parsed from PE, and derives serde de/serialize traits for structured output.

PeInfo

struct defining parsed info given a PE binary format