apmx_search_params
Search APMX capture files for API calls by parameter value, returning matching calls 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 |
|---|---|---|---|
| limit | No | Maximum number of matching calls to return | |
| value | Yes | Integer or string value to search for in parameters | |
| file_path | Yes | Path to .apmx64 or .apmx86 capture file | |
| process_index | No | Which process to search (0 = first/only process) |