8000 GitHub - wonderkun/ElfDumper: A plugin for IDA that can dump the ELF file easily.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wonderkun/ElfDumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0