Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions README.txt

This file was deleted.

13 changes: 13 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Modified version of IDA Sploiter that also has "hacky" support for
ELF binaries.

To install IDA Sploiter simply copy 'idasploiter.py' to IDA's plugins folder.
The plugin will be automatically loaded the next time you start IDA Pro.
To support parsing of ELF files please install pyelftools via
```> pip install pyelftools``` from https://github.com/eliben/pyelftools

Original plugin and documentation by Peter Kacherginsky <iphelix@thesprawl.org>
can be found at: http://thesprawl.org/projects/ida-sploiter/

Thanks to Peter Kacherginsky for the original plugin, Eli Bendersky for pyelftools
and Dhiru Kholia for porting checksec to python.
Loading