Live memory inspector
Edit memory like a spreadsheet
Edit any int, float, or bool inline and commit the change straight to the running process. Filter and jump between resolved objects with a Ctrl+K palette, and drop into a hex detail view for raw memory.
| Field | Type | Address | Value |
|---|---|---|---|
| Health | float | 0x7FF6A12C40 | 87.0 |
| MaxHealth | float | 0x7FF6A12C44 | 100.0 |
| Ammo | int | 0x7FF6A12C58 | 24 |
| isInvincible | bool | 0x7FF6A12C60 | false |
| Position.X | float | 0x7FF6A12C70 | 1042.55 |
| Position.Y | float | 0x7FF6A12C74 | 318.10 |
| Score | int | 0x7FF6A12C90 | 15280 |
Live memory inspector
Edit memory like a spreadsheet
Edit any int, float, or bool inline and commit the change straight to the running process. Filter and jump between resolved objects with a Ctrl+K palette, and drop into a hex detail view for raw memory.
01 Inline value edit
Edit int, float, and bool values in place and write them to memory instantly.
02 Ctrl+K object search
Fuzzy-search and filter across resolved objects without leaving the keyboard.
03 Live value commit
Changes propagate to the target process the moment you confirm an edit.
04 Hex memory detail
Drop into a hex detail view to inspect raw bytes behind any address.
| Field | Type | Address | Value |
|---|---|---|---|
| Health | float | 0x7FF6A12C40 | 87.0 |
| MaxHealth | float | 0x7FF6A12C44 | 100.0 |
| Ammo | int | 0x7FF6A12C58 | 24 |
| isInvincible | bool | 0x7FF6A12C60 | false |
| Position.X | float | 0x7FF6A12C70 | 1042.55 |
| Position.Y | float | 0x7FF6A12C74 | 318.10 |
| Score | int | 0x7FF6A12C90 | 15280 |
Inline editing
Edit a value in three keystrokes
Select, type, confirm — the change lands in the live process before you blink.
Select a value
Any int, float, or bool cell becomes an inline editor — no dialogs, no detours.
Type the new value
Enter the target value with full keyboard control and type-aware parsing.
Commit to memory
On confirm, the value is written straight to the running process — instantly.
Navigation
Ctrl+K to find any object
Fuzzy-search and filter across every resolved object without leaving the keyboard.
01 Inline value edit
Edit int, float, and bool values in place and write them to memory instantly.
02 Ctrl+K object search
Fuzzy-search and filter across resolved objects without leaving the keyboard.
03 Live value commit
Changes propagate to the target process the moment you confirm an edit.
04 Hex memory detail
Drop into a hex detail view to inspect raw bytes behind any address.
Before — raw process memory
Ctrl K- 0x7FF6A12C4000 00 AE 42 00 00 C8 42
- 0x7FF6A12C5818 00 00 00 00 00 00 00
- 0x7FF6A12C6000 00 00 00 9A 99 82 44
- 0x7FF6A12C7033 33 9F 43 B0 3B 00 00
- 0x7FF6A12C9002 00 00 00 20 88 0F 4C
| Field | Type | Address | Value |
|---|---|---|---|
| Health | float | 0x7FF6A12C40 | 87.0 |
| MaxHealth | float | 0x7FF6A12C44 | 100.0 |
| Ammo | int | 0x7FF6A12C58 | 24 |
| isInvincible | bool | 0x7FF6A12C60 | false |
| Position.X | float | 0x7FF6A12C70 | 1042.55 |
From raw memory to a ready SDK in seconds
CheatGear is a Rust-built toolkit for memory editing, reverse engineering, and AI-driven automation — across Unreal and Unity, on Windows and Linux.
- Windows
- Linux
