edb_analyze_region
Inspect a memory region for call instructions, branch instructions, and strings, providing control flow analysis for reverse engineering tasks.
Instructions
Analyze a code region for call instructions, branch instructions, and strings. Equivalent to EDB's Analyzer plugin. Shows control flow information for the given address range.
Args: params (AnalyzeRegionInput): Region parameters - address (str): Start address - size (int): Region size in bytes (default: 256)
Returns: str: Analysis with call/branch/instruction counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |