Noexes RAM Dump Parser Switch
From GameBrew
More actions
| NoExes RAM Dump Parser | |
|---|---|
| General | |
| Author | rydoginator |
| Type | PC Utilities |
| Version | 1.0.0 |
| License | Mixed |
| Last Updated | 2020/05/01 |
| Links | |
| Download | |
| Website | |
| Source | |
A (WIP) raw RAM dump file parser from NoExes.
Features
- Reading raw .dmp files from NoExes.
- Convert game offset to file offset and vice versa.
- Expression parser to view pointer paths (ie:
[main + 1234] + 123. - Viewing all the different pools of Memory
User guide
How to use:
- Gather a RAM dump from NoExes (version needs to be 1.1.2).
- Fill out the Main(start+end) and Heap(start + end) fields.
- Analyze dump and then go wild.
NoExes guides:
- Cheat code search guide by wiitendo84.
- Video guide by DarkFlare.
Screenshots
Media
How to Dump and Analyze Nintendo Switch RAM Using NoExes RAM Dump Parser (rydoginator)
Changelog
v1.0.0
- First Release.
- This allows one to parse a RAM dump taken from NoExes and parse it to compare offsets relative to file to offsets relative to Switch's RAM.