This is a little utility to dump information about installed IDA Pro plugins.
(See: https://www.hex-rays.com/products/ida/)
The key parts of the IDA PLUGIN export "plugin_t" struct data.
Use it to glean information about what plugins you have.
See what the default hotkeys are, the short names, comments, version,
and their flags.
By comparing the flags (see "loader.hpp" in the IDA SDK) you can see which
plugins stay resident for example.
View the "Readme.txt" for more.
* New...