More actions
(Created page with "{{Infobox 3DS homebrew | title =3DS IconDecrypter | image =200px | type =utility | author =3DSGuy | version =v0.2 | licence =Mixed | ...") |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title | |title=3DS IconDecrypter | ||
| image | |image=3dsicondecrypter4.png | ||
| | |description=Decrypte 3DS game icon. | ||
| author | |author=3DSGuy | ||
| version | |lastupdated=2013/09/17 | ||
| | |type=File Operation | ||
| download | |version=0.2 | ||
| source | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/3ds_icondecrypter.zip | |||
}} | |website=https://gbatemp.net/threads/3ds-game-icons.354707 | ||
|source=https://github.com/ps3hen/ctr_toolkit/tree/master/3DS_IconDecrypter | |||
}} | |||
{{Obsolete}} | |||
This program allows you to dump 3DS Game Icons (those icons that show on the home menu) directly from your 3DS. | |||
The process is detailed [http://gbatemp.net/threads/3ds-game-icons.354707/ here]. | |||
==User guide== | |||
===Setting up XOR pads for decrypting icon data=== | |||
<source lang="bash"> | |||
3DS_IconDecrypter | |||
--genxor | |||
--iconcache="path to icon cache" | |||
--unused_slots=X | |||
--num_decrypt=Y | |||
--decdata="path to dir with plaintext icons" | |||
--xorpaddir="path to dir for output XOR pads" | |||
</source> | |||
* "X" - The number of icons that exist in the cache before the first icon you want to generate an XOR pad for. | |||
* "Y" - The number of icons you want to generate an XOR pad for. | |||
3DS_IconDecrypter -- | ===Decrypting Icons from cache=== | ||
<source lang="bash"> | |||
3DS_IconDecrypter | |||
--decrypt | |||
--iconcache="path to icon cache" | |||
--unused_slots=X | |||
--num_decrypt=Y | |||
--xorpaddir="directory with XOR pads" | |||
--decdata="directory for outputing decrypted icons" | |||
</source> | |||
* "X" - The number of icons that exist in the cache before the first icon you want to decrypt. | |||
* "Y" - The number of icons you want to decrypt. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/3dsicondecrypter3.png | |||
2/ | ==Changelog== | ||
'''v0.2''' | |||
* Command line arguments are now more flexible. | |||
* Performs basic checks on decrypted icon data to determine if decryption was successful. | |||
* Now comes with executables for Windows/Mac OS X/Linux. | |||
* Source code now available. | |||
==External links== | |||
* GitHub - https://github.com/ps3hen/ctr_toolkit/tree/master/3DS_IconDecrypter | |||
* GBAtemp - https://gbatemp.net/threads/3ds-game-icons.354707 | |||
Latest revision as of 10:31, 22 Haziran 2024
3DS IconDecrypter | |
---|---|
General | |
Author | 3DSGuy |
Type | File Operation |
Version | 0.2 |
License | Mixed |
Last Updated | 2013/09/17 |
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. |
This program allows you to dump 3DS Game Icons (those icons that show on the home menu) directly from your 3DS.
The process is detailed here.
User guide
Setting up XOR pads for decrypting icon data
3DS_IconDecrypter
--genxor
--iconcache="path to icon cache"
--unused_slots=X
--num_decrypt=Y
--decdata="path to dir with plaintext icons"
--xorpaddir="path to dir for output XOR pads"
- "X" - The number of icons that exist in the cache before the first icon you want to generate an XOR pad for.
- "Y" - The number of icons you want to generate an XOR pad for.
Decrypting Icons from cache
3DS_IconDecrypter
--decrypt
--iconcache="path to icon cache"
--unused_slots=X
--num_decrypt=Y
--xorpaddir="directory with XOR pads"
--decdata="directory for outputing decrypted icons"
- "X" - The number of icons that exist in the cache before the first icon you want to decrypt.
- "Y" - The number of icons you want to decrypt.
Screenshots
Changelog
v0.2
- Command line arguments are now more flexible.
- Performs basic checks on decrypted icon data to determine if decryption was successful.
- Now comes with executables for Windows/Mac OS X/Linux.
- Source code now available.