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 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.
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 |
Any comment or pull request will be highly appreciated :-)