ppsspp_list_addresses
Retrieve project-defined addresses from addresses.yaml by optional section filter. Get verified hex values for functions, state probes, or base pointers to paste into debug commands—no guessing, read-only safety ensured.
Instructions
PURPOSE: List the project's known address constants from addresses.yaml — the single source of truth; never guess hex addresses.
USAGE: optional section filter; an unknown section returns an error listing the valid ones.
BEHAVIOR: READ-ONLY. Int values ≥0x1000 are returned as hex strings that can be pasted straight into address parameters.
RETURNS: {sections, count, section_filter}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Optional section filter (e.g. 'known_functions', 'state_probes', 'top_base'). If omitted, returns all sections. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| sections | Yes | ||
| section_filter | Yes |