C++ plugin for IDA 9.X Pro. It scans the database and creates list of all comments found in the disasm. Allows to filter out duplicate comments inside functions
- Displays results in a chooser window with two columns: Address (Segment:Offset) and Comment
- Filter Duplicates: Option to hide repeated comments within the same function. If a function has the same comment multiple times, it will show only the first one
- Adds context menu entry "Comments" to the disassembly view
- Generate project files using CMake
- Compile the project (Release configuration recommended)
- Copy the resulting file
.dllinto thepluginsdirectory of your IDA installation - Optional: configure your IDA plugins folder path in CMake
- Run IDA Pro and load a file
- Right click in the disassembly view and select Comments:
- The window "Comments" will appear
- To hide duplicates:
- Right-click inside the "Comments" window
- Select Hide Duplicates
- The list will refresh automatically
- Tested on IDA 9.3, 9.2