More actions
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = 3DS Ram Dumper | |title=3DS Ram Dumper | ||
| image = | |image=3ds.png | ||
| | |description=Dump RAM to file. | ||
| | |author=palantine | ||
| lastupdated = 2014/10/05 | |lastupdated=2014/10/05 | ||
| | |type=System Tools | ||
| | |version=2014 | ||
| | |license=Mixed | ||
| | |download=https://dlhb.gamebrew.org/3dshomebrews/palantine_3ds_ram_dumper.zip Source Only | ||
| source = | |website=https://bitbucket.org/palantine/3ds-ram-dumper | ||
|source=https://bitbucket.org/palantine/3ds-ram-dumper | |||
}} | }} | ||
{{Obsolete}} | |||
3DS RAM dumper based on xerpi's ctr decryptor, among others. | |||
==User guide== | |||
Make sure ram.bin exists already. | |||
dd if=/dev/zero of=/Volumes//test.bin bs=1024 count=1024 | dd if=/dev/zero of=/Volumes//test.bin bs=1024 count=1024 | ||
==External lins== | |||
* BitBucket - https://bitbucket.org/palantine/3ds-ram-dumper/src/master |
Latest revision as of 11:32, 22 Haziran 2024
3DS Ram Dumper | |
---|---|
General | |
Author | palantine |
Type | System Tools |
Version | 2014 |
License | Mixed |
Last Updated | 2014/10/05 |
Links | |
Source Only Download | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
3DS RAM dumper based on xerpi's ctr decryptor, among others.
User guide
Make sure ram.bin exists already.
dd if=/dev/zero of=/Volumes//test.bin bs=1024 count=1024