apmx_search_params
Finds API calls in an APMX capture where a specified integer or string appears as a parameter, returning matches with highlighted parameters.
Instructions
Search API calls by parameter value in an APMX capture. Finds all calls where a specific integer (e.g., PID, handle, size) or string appears as a parameter value. Returns matching calls with the matched parameters highlighted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to .apmx64 or .apmx86 capture file | |
| value | Yes | Integer or string value to search for in parameters | |
| process_index | No | Which process to search (0 = first/only process) | |
| limit | No | Maximum number of matching calls to return |