3DS Ram Dumper: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
|source=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 | |||
[[Category:3DS homebrew applications]] | |||
[[Category:3DS homebrew system tools]] | |||
Revision as of 10:13, 27 January 2022
| 3DS Ram Dumper | |
|---|---|
| File:3DS-Ram-Dumper.jpeg | |
| General | |
| Author | palantine |
| Type | System Tools |
| Version | 2014 |
| License | Mixed |
| Last Updated | 2014/10/05 |
| Links | |
| 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