edb_label_address
Annotate an address with a custom label in the disassembly view to highlight key locations.
Instructions
Set a label/annotation at an address in the disassembly view. Equivalent to EDB's CPU context menu → Label Address. Labels help identify important locations in the code.
Args: params (LabelAddressInput): Address + label - address (str): Address (e.g., '0x401000') - label (str): Label text (e.g., 'my_func')
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |