More actions
(Created page with "{{Infobox 3DS Homebrews |title=SafeCTRTransfer |image=3ds.png |description=Safe, simple, user-friendly CTRNAND transfer tool. |author=d0k3 |lastupdated=2017/04/18 |type=System Tools |version=0.0.5 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/3dshomebrews/SafeCTRTransfer3DS.7z |website=https://github.com/d0k3/SafeCTRTransfer |source=https://github.com/d0k3/SafeCTRTransfer |donation= }} {{#seo: |title= (System Tools) - GameBrew |title_mode=append |image=3ds.png |im...") |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=SafeCTRTransfer | |title=SafeCTRTransfer | ||
|image= | |image=SafeCTRTransfer3DS.png | ||
|description=Safe, simple, user-friendly CTRNAND transfer tool. | |description=Safe, simple, user-friendly CTRNAND transfer tool. | ||
|author=d0k3 | |author=d0k3 | ||
Line 16: | Line 16: | ||
|title= (System Tools) - GameBrew | |title= (System Tools) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=SafeCTRTransfer3DS.png | ||
|image_alt=SafeCTRTransfer | |image_alt=SafeCTRTransfer | ||
}} | }} | ||
SafeCTRTransfer | SafeCTRTransfer allows you to do the CTRNAND transfer on a previously unhacked 3DS. For CTRNAND transfers on consoles that have arm9loaderhax installed, use [[GodMode9 3DS|GodMode9]]. | ||
SafeCTRTransfer | == User guide == | ||
Put the two files listed below into the "sd:/ctrtransfer folder", then run the SafeCTRTransfer payload (SafeCTRTransfer.bin) via the entrypoint of your choice (most likely [https://github.com/TiniVi/safehax safehax]). Keep in mind that the CTRNAND image will be modified in the process. | |||
* 794,624,000 byte O3DS FW 2.1 CTRNAND image (with MBR, called "ctrnand_full.bin" in [[GodMode9 3DS|GodMode9]]) - this will be modified in the process. | |||
* 32 byte SHA file (filename: same as above with ".shaappended") - SHA256 checksum, for bigger files anything above 32 byte will be ignored. | |||
* | |||
* | |||
For extended usage instructions, refer to [https://3ds.guide/ Plailect's guide]. | For extended usage instructions, refer to [https://3ds.guide/ Plailect's guide]. | ||
<!--==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/SafeCTRTransfer3DS-01.png | |||
https://dlhb.gamebrew.org/3dshomebrews/SafeCTRTransfer3DS-02.png--> | |||
==Changelog== | ==Changelog== | ||
'''v0.0.5''' | '''v0.0.5''' | ||
* MSET entrypoint fixed (thanks @dukesrg) | * MSET entrypoint fixed (thanks @dukesrg). | ||
* NAND backups now also include .sha files | * NAND backups now also include .sha files. | ||
* Updated logo by @yoshib | * Updated logo by @yoshib. | ||
* Consistent usage of 'SafeCTRTransfer' over 'SafeCtrTransfer' | * Consistent usage of 'SafeCTRTransfer' over 'SafeCtrTransfer'. | ||
'''v0.0.4''' | '''v0.0.4''' | ||
* First Release. | * First Release. | ||
== Credits == | == Credits == | ||
* | * Normmatt, for sdmmc.c / sdmmc.h. | ||
* | * Cha(N), Kane49, and all other FatFS contributors for FatFS. | ||
* | * Al3x_10m for being the first fearless person to test this. | ||
* | * Plailect for providing the guide and making this accessible to the common user. | ||
* | * YoshiB for providing the splash screen graphics. | ||
* | * Shadowhand for being awesome and [https://d0k3.secretalgorithm.com/ hosting my nightlies]. | ||
* Everyone involved in the development of | * Everyone involved in the development of [https://github.com/d0k3/Decrypt9WIP Decrypt9] and [https://github.com/d0k3/GodMode9 GodMode9]. | ||
* The fine folks | * The fine folks on freenode #Cakey. | ||
* All | * All [https://www.3dbrew.org/wiki/Main_Page 3dbrew.org] editors. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/d0k3/SafeCTRTransfer |
Latest revision as of 07:43, 14 July 2024
SafeCTRTransfer | |
---|---|
General | |
Author | d0k3 |
Type | System Tools |
Version | 0.0.5 |
License | GPL-2.0 |
Last Updated | 2017/04/18 |
Links | |
Download | |
Website | |
Source | |
SafeCTRTransfer allows you to do the CTRNAND transfer on a previously unhacked 3DS. For CTRNAND transfers on consoles that have arm9loaderhax installed, use GodMode9.
User guide
Put the two files listed below into the "sd:/ctrtransfer folder", then run the SafeCTRTransfer payload (SafeCTRTransfer.bin) via the entrypoint of your choice (most likely safehax). Keep in mind that the CTRNAND image will be modified in the process.
- 794,624,000 byte O3DS FW 2.1 CTRNAND image (with MBR, called "ctrnand_full.bin" in GodMode9) - this will be modified in the process.
- 32 byte SHA file (filename: same as above with ".shaappended") - SHA256 checksum, for bigger files anything above 32 byte will be ignored.
For extended usage instructions, refer to Plailect's guide.
Changelog
v0.0.5
- MSET entrypoint fixed (thanks @dukesrg).
- NAND backups now also include .sha files.
- Updated logo by @yoshib.
- Consistent usage of 'SafeCTRTransfer' over 'SafeCtrTransfer'.
v0.0.4
- First Release.
Credits
- Normmatt, for sdmmc.c / sdmmc.h.
- Cha(N), Kane49, and all other FatFS contributors for FatFS.
- Al3x_10m for being the first fearless person to test this.
- Plailect for providing the guide and making this accessible to the common user.
- YoshiB for providing the splash screen graphics.
- Shadowhand for being awesome and hosting my nightlies.
- Everyone involved in the development of Decrypt9 and GodMode9.
- The fine folks on freenode #Cakey.
- All 3dbrew.org editors.