Proof of concept heuristic detection for common ELF infection algorithms.
- Entry point modification.
- Embedded payloads.
- Mangled Section Header.
- PT_NOTE infection.
mkdir build; cd build; cmake .. ; make
Single file
elfdoc <path-to-file>
Directory scan bash for-loop.
for file in .; do elfdoc $file ; done