-
Notifications
You must be signed in to change notification settings - Fork 4
Memory Viewer
Once connected to a console, in the "Saved Addresses" panel will be a green chip. Click it, and it will show a new window. It will automatically fill in the Address/Length fields with the Start/Length fields in your scanning options.
Then click Read All, and it will first read the data from the console (progress shown in the activity bar in main window) and then present it in the hex editor.

Auto refresh is an optional feature, due to how slow data reading can be.
- Select a region (click+drag), then click CTRL+SHIFT+S (or click the north-west arrow button) and it will update the two text fields (optionally you can manually enter a range).
- Click
Start Auto Refresh
The refresh rate is 12 times per second by default (adjustable in preferences, CTRL+ALT+S). Note, you cannot currently scan or refresh results/saved addresses in the main UI during auto-refresh.
You can write values back to the console in the Data Inspector panel (e.g. write an int or a double, but not chars at the moment). The field you're writing into will not be refreshed until you click away from it (e.g. click anywhere in the hex editor)
-
Home
- Connect to a console
- Scanning Options
- Scan results & Saved Address Table
- Remote Commands
- Memory Dump
- Tools
- Preferences/App Settings
-
API
- Making a custom connection
- Busy Tokens
- Models, ViewStates, MVP & Binding
- Plugins
- Config Pages
- Brushes and Icons
- Data Manager, Context Data and Data Keys
- Commands and Shortcuts
- Context Menus
- Windows and Dialogs