More actions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=cro_tool | |title=cro_tool | ||
|description=CRO resigner for ROM hacks. | |image=Crotool2.png | ||
|description=CRO resigner for Pokemon ROM hacks. | |||
|author=WulfyStylez | |author=WulfyStylez | ||
|lastupdated=2015/09/15 | |lastupdated=2015/09/15 | ||
Line 7: | Line 8: | ||
|version=1.2 | |version=1.2 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/ | |download=https://dlhb.gamebrew.org/3dshomebrews/cro_tool_v1.2.zip | ||
|website=https://gbatemp.net/threads/release-cro_tool-cro-resigner-for-rom-hacks-etc.395148 | |website=https://gbatemp.net/threads/release-cro_tool-cro-resigner-for-rom-hacks-etc.395148 | ||
|source=https://dlhb.gamebrew.org/3dshomebrews/cro_tool_v1.2.zip | |||
}} | }} | ||
This tool is used to allow the modification of CRO libraries on 3DSes under FIRMs with PS:VerifyRsaSha256 patched in some form. On pirate CFWs, this is patched already. ARM11-based hacks which allow for romfs-file replacement won't work with this. | This tool is used to allow the modification of [http://3dbrew.org/wiki/CRO0 CRO libraries] on 3DSes under FIRMs with PS:VerifyRsaSha256 patched in some form. On pirate CFWs, this is patched already. ARM11-based hacks which allow for romfs-file replacement won't work with this. | ||
This is done by rebuilding hashes for each CRO file, then rehashing and resigning the CRR file based on those. A static RSA key is used for signing, since a hash of the latter half of the CRR must be signed even with VerifyRsaSha256 patched. | This is done by rebuilding hashes for each CRO file, then rehashing and resigning the CRR file based on those. A static RSA key is used for signing, since a hash of the latter half of the CRR must be signed even with VerifyRsaSha256 patched. | ||
Line 31: | Line 33: | ||
==External links== | ==External links== | ||
* GBAtemp - https://gbatemp.net/threads/release-cro_tool-cro-resigner-for-rom-hacks-etc.395148 | * GBAtemp - https://gbatemp.net/threads/release-cro_tool-cro-resigner-for-rom-hacks-etc.395148 | ||
Latest revision as of 11:07, 22 Haziran 2024
cro_tool | |
---|---|
General | |
Author | WulfyStylez |
Type | Hack Utilities |
Version | 1.2 |
License | Mixed |
Last Updated | 2015/09/15 |
Links | |
Download | |
Website | |
Source | |
This tool is used to allow the modification of CRO libraries on 3DSes under FIRMs with PS:VerifyRsaSha256 patched in some form. On pirate CFWs, this is patched already. ARM11-based hacks which allow for romfs-file replacement won't work with this.
This is done by rebuilding hashes for each CRO file, then rehashing and resigning the CRR file based on those. A static RSA key is used for signing, since a hash of the latter half of the CRR must be signed even with VerifyRsaSha256 patched.
User guide
To use, put cro_tool in a folder with all CRO files from the target application.
Afterward, just use cro_tool [-v] static.crr or drag-n-drop static.crr onto cro_tool.
An invalid Nintendo signature is the intended behavior after resigning a crr with this tool.
Changelog
1.1
- Do hash verification how RO does it (just ensure the hash exists in the CRR hashtable, position-independent).
- Scan for cro files instead of user-specifying them.
Credits
Thanks to 3DSguy and neimod for ctrtool, which this tool was hastily built off of.