Closed tmr232 closed 8 years ago
Nice work! It looks really good. Another way of doing the plugin check that i was looking at was using the load_plugin api. It might be a bit cleaner because you will only need one check. In addition, it would also deal with case when the plugins are loaded out of order.
For some reason, this does work in out-of-order scenarios. But using load_plugin
seems be a better way to go.
Included in #25
In addition, the warning messages are now prefixed to indicate they come from IDA IPython.