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 /…