antonpasm / doelf

A plugin for Hex-Ray's IDA Pro to produce ELF file with the symbols recognized to the ELF symbol table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doelf

The plugin produce ELF file with the symbols recognized by IDA Pro. This allows us to use the power of IDA in recognizing functions (analysis, FLIRT signatures, manual creation, renaming, etc), but not be limited to the exclusive use of this tools.

Based on a syms2elf

Installation

Just copy doelf.py to your IDA's plugins folder.

Differences from syms2elf

Doesn't require source elf file. You can create an ELF with debug information from any dump file (e.g. dump of controller firmware)

Authors

  • PASm

About

A plugin for Hex-Ray's IDA Pro to produce ELF file with the symbols recognized to the ELF symbol table


Languages

Language:Python 100.0%