Module elf

Source
Expand description

Implements checksec for ELF binaries

Structs§

CheckSecResults
Checksec result struct for ELF32/64 binaries

Enums§

PIE
Position Independent Executable mode: None, DSO, or PIE
Relro
Relocation Read-Only mode: None, Partial, or Full

Traits§

Properties
checksec Trait implementation for goblin::elf::Elf