Expand description
ELF dynamic symbol analysis for LD_PRELOAD rootkit detection.
Structs§
- ElfCapability
Report - Capability report for a single ELF binary.
- ElfString
Artifact - String artifact matched from ELF section data.
- Hook
Match - A single hook symbol match.
Functions§
- analyse_
elf_ capabilities - Analyse ELF bytes and return a capability report.
- scan_
elf_ string_ artifacts - Extract printable-string artifact matches from ELF
.rodataand related sections.