An automated analysis tool used for enumerating ELF binaries
ELFXtract is an automated analysis tool used for enumerating ELF binaries
Powered by Radare2 and r2ghidra
This is specially developed for PWN challenges and it has many automated features
It almost displays every details of the ELF and also decompiles its ASM to C code using r2ghidra
Decompiling ELFs in Ghidra takes more time, but in elfxtract it decompiles and displays in few seconds
Features in ELFXtract
- File info
- Shared object dependency details
- ELF Security Mitigation details / Checksec
- String details
- Header memory map
- ROP gadgets
- PLT Table
- GOT Table
- Function Table
- ASM code of functions
- Decompiled code of functions
- Predicting possible vulnerable functions