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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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 and numpy python's library.

  • Install with pip:
    • pip install numpy
    • pip install matplotlib

The plugin was only tested on IDA Pro 7.5 for Windows/Mac, with Python 3.8.7, but it should work with other versions and OS's. If you find any inconsistency, let me know.

INSTALLATION

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

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 :-)