edb_generate_cfg
Generate a Control Flow Graph in Graphviz DOT format for a specified address and region size. Visualizes edges between basic blocks.
Instructions
Generate a Control Flow Graph in Graphviz DOT format.
Equivalent to EDB's GraphWidget (which uses Graphviz). The output
DOT can be rendered with dot -Tpng -o output.png or viewed in
any Graphviz viewer. Shows edges between basic blocks.
Args: params (AnalyzeBasicBlocksInput): Region - address (str): Start address - size (int): Region size (default: 256)
Returns: str: DOT format CFG
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |