cuicuicuinice / IDA_UserComment

An IDA pro plugin to display user-added comments in disassembly and pseudocode views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UserComment

简体中文

An IDA plugin to display user-added comments in disassembly and pseudocode views.

Note

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

Any user comments added prior to the installation of the plugin will not be captured.

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"

Features

  • Provides a comment window, displaying user-added comments, including comments in assembly code and pseudocode.
  • Support for different types of comments (common comments, repeatable comments, anterior comments, and posterior comments).
  • Captured user-added comments will be preserved in the IDB.
  • Double-click on a comment entry to quickly navigate to the corresponding location.
  • Use IDA's built-in chooser, providing a handy filter functionality.

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.

About

An IDA pro plugin to display user-added comments in disassembly and pseudocode views.

License:MIT License


Languages

Language:Python 100.0%