• Stars
    star
    128
  • Rank 281,044 (Top 6 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created almost 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

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