Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 587 Bytes

XRaysComments

A simple IDA Pro plugin to show all HexRays decompiler comments written by user

Installation

Copy the file xray_comments.py to the plugins fonder under IDA Pro installation path.

Usage

Go to Edit -> Plugins -> XRaysComments or press Shift+C even you can do a simple or regex substring search.

xray animated gif

FAQ

  • Does this plugin need to decompile all functions?
    Yes. It could take several minutes only the first time it is run

  • Wouldn't a better option be to read it from IDB?
    Yes, you right :(.