ghidriff_search_functions
Find changed functions in a Ghidra binary diff by matching function names. Filter by added, deleted, or modified kinds and limit results.
Instructions
Search the changed functions of a diff by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Restrict to added, deleted and/or modified. | |
| limit | No | Maximum number of hits. | |
| query | Yes | Substring to look for in function names (empty lists everything changed). | |
| job_id | No | Job to read the pdiff from. | |
| json_path | No | Explicit pdiff JSON path (alternative to job_id). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||