showcomments
showcomments copied to clipboard
IDA Pro plugin that shows the comments in a database
Adding a filter box can filter the results as the filter box changes;in ida8.2
Added ablity to search through table and changed way that plugin jumps to selected address.
This switches to using a table model for the table combined with a QSortFilterProxyModel for nice filtering and adds support for anterior and posterior comments (extra comments). The table's also...
I am trying to search through the comments and it appears the search is not working: 
I modified you code a bit and added some filters. While not really 'only user comments' it does a good filtering job. I filter by phrases, exact phrases and remove...
Errors in "OnCreate", "Populate Form", "reset_and_populate", "headerData" AttributeError: Error calling Python override of QAbstractTableModel::headerData(): module 'PtQt5.QtCore' has no attribute 'QVariant' Please support this py version, this plugin is one of...