More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=NoExes RAM Dump Parser | |title=NoExes RAM Dump Parser | ||
|image=noexesramdumpparsernx.png | |image=noexesramdumpparsernx.png | ||
|description=A ( | |description=A (WIP) raw RAM dump file parser from NoExes. | ||
|author=rydoginator | |author=rydoginator | ||
|lastupdated=2020/05/01 | |lastupdated=2020/05/01 | ||
Line 13: | Line 13: | ||
|donation= | |donation= | ||
}} | }} | ||
A ( | A (WIP) raw RAM dump file parser from [[Noexes Switch|NoExes]]. | ||
==Features== | ==Features== |
Latest revision as of 02:23, 12 Haziran 2023
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.