danigargu / IDAtropy

IDAtropy is a plugin for Hex-Ray's IDA Pro designed to generate charts of entropy and histograms using the power of idapython and matplotlib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDAtropy

IDAtropy is a plugin for Hex-Ray's IDA Pro designed to generate charts of entropy and histograms using the power of idapython and matplotlib.

DEPENDENCIES

IDAtropy requires the matplotlib python library:

pip install matplotlib

The current version of IDAtropy only runs in Python 3.X and IDA >= 7.4. If you want an older version with support for Python 2.X and IDA < 7.4, check this release.

INSTALLATION

Simply, copy IDAtropy.py to the IDA's plugins folder.

To install just for the current user, copy the file into one of these directories:

OS Plugin path
Linux/macOS ~/.idapro/plugins
Windows %AppData%\Hex-Rays\IDA Pro\plugins

SCREENSHOTS

Plugin options

Snapshot1

Entropy - All segments

Snapshot2

Histogram

Snapshot3

Entropy on-click

Snapshot4

Xrefs finder

Snapshot5

CONTACT

Any comment or pull request will be highly appreciated :-)

About

IDAtropy is a plugin for Hex-Ray's IDA Pro designed to generate charts of entropy and histograms using the power of idapython and matplotlib.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%