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's library. Personally, I prefer the following steps to install it, that not requiere compile Numpy:
- Download the lasted numpy .whl from: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
- Install with pip: pip install numpy-1.9.3+mkl-cp27-none-win32.whl
- Finally, install matplotlib: pip install matplotlib
The plugin was only extensively tested on IDA Pro <= 6.9 for Windows, with Python 2.7 and matplotlib 1.4.3, but it should work with other versions and OS's. If you find any inconsistency, let me know.
Simply, copy IDAtropy.py
to the IDA's plugins folder.
Any comment or request will be highly appreciated :-)