New Buttons by Menu
Memory Explorer
| Button | Action | Description |
|---|---|---|
| ZR + Left Stick Up | CS bookmark | Opens the dump.cs bookmark menu from Memory Explorer. Uses the current cursor address as the pending pin source for dump.cs/Field View flows.
|
dump.cs View
| Button | Action | Description |
|---|---|---|
| ZR + X | Field view | Opens Field View for the type/class at the current dump.cs location (resolved from namespace/type context).
|
Field View (class/struct/collection)
| Button | Action | Description |
|---|---|---|
| X | Pin selected offset | Pins current view base using: pin_source - selected_field_offset. Enables live value display for all rows in that view.
|
| ZR | Pin gen2 offset | Pins current view base using: pin_source - gen2_offset.
|
| R | Memory Explorer | Jumps to Memory Explorer at selected field address and selected row type. |
| L | Dump.cs | Jumps to dump.cs definition/source line for selected entry.
|
| ZL + R | View class | Follows selected field to its class/collection view (or definition view when no pin is available). |
If you find a memory address that belongs to a class field, you can use Class Field View to explore all the fields of that class.
Add a method that belongs to the class to your CS Bookmark.
Then go to Memory Explorer, place the cursor on the address, and open the CS Bookmark. Select the bookmark you want, choose Field View, locate the entry, and pin the address.
- get il2cpp Breeze helper from here https://github.com/tomvita/Il2CppDumper/releases/latest