Home

Awesome

IDAComments

an IDA plugin helps you to manage your IDA Comments. This repository is forked from UserComment, and I made a little improvement to make it adapted to my workflow

Plugin Preview

Note

This plugin is implemented based on hooking, meaning it can only capture and save the user-added comments after the plugin is installed.

<b>Any user comments added prior to the installation of the plugin will not be captured.</b>

The plugin is written in Python 3, and it's suitable for IDA 7.x and IDA 8.x versions that use Python 3. For IDA 9.x, please test it yourself.

Installation

Copy the UserComment.py file to the plugins folder in the IDA installation directory.

Usage

There are three ways to open the comment window:

  1. Choose 'View/Open subviews/Comments' from the menu
  2. Use the shortcut (Ctrl-Shift-C)
  3. Press Ctrl-!, then choose "Comments"

Supports adding comments in the following format, and the comments will be automatically parsed into:

#tag comment

The comments will be automatically parsed and displayed according to the following fields:

Features

Improvements

Contribution

If you encounter any issues, have suggestions for improvements, or want to add new features, please submit an issue or a pull request. If you have any other questions, please feel free to ask.