Export complete disassembly listing (including auto-comments and user comments) to a text file
Is your feature request related to a problem? Please describe.
Currently, there is no straightforward way to export the entire disassembly listing exactly as it is displayed in Cutter, including both auto-generated comments and user comments.
The current workaround is to manually select the text, copy it, and paste it into a text file. However, text selection appears to be limited to the lines currently visible on the screen, making it impossible to easily copy the full listing for larger projects.
Describe the solution you'd like
Add an option to export the complete disassembly listing to a plain text file.
Ideally, the exported output should match the content shown in the disassembly view, including:
- Addresses
- Instructions
- Auto-generated comments
- User comments
- Any other information visible in the disassembly listing
The goal is to obtain a text representation of the entire listing exactly as it appears in the Cutter UI.
Describe alternatives you've considered
Cutter already provides File → Export as code → .bytes with instructions in comments, which is somewhat related.
However, this export format is intended for code generation and does not preserve the disassembly listing in the same form as displayed in the disassembly window. It also does not fully satisfy the need for exporting all comments and annotations as part of the listing itself.
Additional context
This feature would be useful for reporting, documentation, sharing analysis results, archiving, and offline review of reverse engineering work.
It would also eliminate the need for manual copy-paste workflows and provide a convenient way to preserve the complete annotated disassembly.
Source: rizinorg/cutter