Skip to content

clankweedmuff1n/ida-comments-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDA Comments List Plugin

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

Features

  • 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

Build

  1. Generate project files using CMake
  2. Compile the project (Release configuration recommended)
  3. Copy the resulting file .dll into the plugins directory of your IDA installation
  4. Optional: configure your IDA plugins folder path in CMake

Usage

  1. Run IDA Pro and load a file
  2. Right click in the disassembly view and select Comments:
  3. The window "Comments" will appear
  4. To hide duplicates:
    • Right-click inside the "Comments" window
    • Select Hide Duplicates
    • The list will refresh automatically

Notes

  • Tested on IDA 9.3, 9.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors