More actions
(Created page with "{{Infobox Switch Homebrews |title=NoExes RAM Dump Parser |image=noexesramdumpparserswitch.png |description=A (wip) raw RAM dump file parser from NoExes. |author=rydoginator |lastupdated=2020/05/01 |type=PC Utilities |version=1.0.0 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/noexesramdumpparserswitch.7z |website=https://gbatemp.net/threads/noexes-ram-dump-parser.564050/ |source=https://github.com/rydoginator/NoExesDumpParse |donation= }} {{#seo: |t...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=NoExes RAM Dump Parser | |title=NoExes RAM Dump Parser | ||
|image= | |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 9: | Line 8: | ||
|version=1.0.0 | |version=1.0.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/noexesramdumpparsernx.7z | ||
|website=https://gbatemp.net/threads/noexes-ram-dump-parser.564050/ | |website=https://gbatemp.net/threads/noexes-ram-dump-parser.564050/ | ||
|source=https://github.com/rydoginator/NoExesDumpParse | |source=https://github.com/rydoginator/NoExesDumpParse | ||
|donation= | |donation= | ||
}} | }} | ||
A (WIP) raw RAM dump file parser from [[Noexes Switch|NoExes]]. | |||
A ( | |||
==Features== | |||
*Reading raw .dmp files from NoExes. | |||
*Convert game offset to file offset and vice versa. | |||
*Expression parser to view pointer paths (ie: <code>[main + 1234] + 123</code>. | |||
*Viewing all the different pools of Memory | |||
== | ==User guide== | ||
How to use: | |||
*Gather a RAM dump from [https://github.com/mdbell/Noexes 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: | |||
*[https://gbatemp.net/threads/noexs-hacking-guide.543733/ Cheat code search guide] by wiitendo84. | |||
*[https://www.youtube.com/watch?v=tF35IOfASZo Video guide] by DarkFlare. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/noexesramdumpparsernx2.png | ||
==Media== | |||
https:// | '''How to Dump and Analyze Nintendo Switch RAM Using NoExes RAM Dump Parser''' ([https://www.youtube.com/watch?v=DzjSd4UyQVU rydoginator]) <br> | ||
<youtube>DzjSd4UyQVU</youtube> | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.0.0''' | ||
* First Release. | * 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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/rydoginator/NoExesDumpParse | ||
* GBAtemp - https://gbatemp.net/threads/noexes-ram-dump-parser.564050/ | |||
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.