edb_string_references
Find all code and data references to a string or address in the binary, including function names, variable names, and source files. Traces how a specific value or string is used throughout the program.
Instructions
Find all code and data references to a string or address in the binary. Searches function names, variable names, and source files for the given string. Useful for tracing how a particular value or string is used in the program.
Args: params (StringRefInput): Search target - string_or_address (str): String content (e.g., 'password') or hex address
Returns: str: Matching functions, variables, and sources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |