pwndbg_comm
Annotate assembly addresses with comments to document code, or view all existing comments for debugging.
Instructions
Add or view comments on assembly addresses.
pwndbg command: comm Source: pwndbg/commands/comments.py Category: Misc
Without arguments, lists all comments. With an address and comment, annotates that address.
Args: session_id: The UUID of the session. addr: Optional address to comment. comment: Optional comment text to add.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/comments/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| addr | No | ||
| comment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |