SkillAgentSearch skills...

ElfDumper

A plugin for IDA that can dump the ELF file easily.

Install / Use

/learn @WPeace-HcH/ElfDumper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ElfDumper

A plugin for IDA that can dump the ELF file easily.

Update History

|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.|

Background

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.

Install

  • Just copy the file ElfDumper.py and the folder ElfDumper_WPeace to IDA Plugins folder, then restart IDA Pro to use ElfDumper.
  • NOTE: You need python3 and IDA >= 7.4.

Usage

You just need to give it a hex address and then it will dump the ELF file easily.
image image

  • Edit $\Rightarrow$ WPeace_Plugins $\Rightarrow$ ElfDumper
    (Or hotkey = "Ctrl-Alt-D")

Example

version 1.0: image

version 2.0: image

Contact

You can leave a message for any questions.

Related Skills

View on GitHub
GitHub Stars98
CategoryDevelopment
Updated16d ago
Forks19

Languages

Python

Security Score

85/100

Audited on Mar 21, 2026

No findings