Expand description
Implements checksec for ELF binaries
Structs§
- Check
SecResults - Checksec result struct for ELF32/64 binaries
Enums§
- PIE
- Position Independent Executable mode:
None
,DSO
, orPIE
- Relro
- Relocation Read-Only mode:
None
,Partial
, orFull
Traits§
- Properties
- checksec Trait implementation for
goblin::elf::Elf