analyze
Run Ghidra's auto-analysis on either changed code or the full program to update derived metadata.
Instructions
Run Ghidra auto-analysis for pending changes or the full program.
`scope="changes"` matches Ghidra's incremental analysis of pending work.
`scope="all"` schedules and runs analysis over the full program.
Args:
program: Required Ghidra project path or name to target.
scope: Either `changes` or `all`.
timeout: Bridge execution timeout in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | changes | |
| program | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |