A plugin for IDA that can dump the ELF file easily.
Version | Date | Comment |
---|---|---|
1.0 | 2023-01-04 | Initial version. |
2.0 | 2023-04-03 | Version 2.0 automatically recognizes 32-bit or 64-bit from the ELF-Header. |
When I use the IDA to dump a ELF file, I don't have any plugin that can dump easily, so I write this plugin named ElfDumper. Hope to help security engineers analyze the ELF.
- Just copy the file
ElfDumper.py
and the folderElfDumper_WPeace
to IDA Plugins folder, then restart IDA Pro to use ElfDumper. NOTE
: You need python3 and IDA >= 7.4.
You just need to give it a hex address and then it will dump the ELF file easily.
-
Edit
$\Rightarrow$ WPeace_Plugins$\Rightarrow$ ElfDumper
(Or hotkey = "Ctrl-Alt-D")
You can leave a message for any questions.