More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox homebrew | {{Infobox homebrew | ||
| title = R4crypt | | title = R4crypt | ||
| image = | | image = https://dlhb.gamebrew.org/dshomebrew/r4crypt.png | ||
| type = PC Utility | | type = PC Utility | ||
| version = 14 May 2007 | | version = 14 May 2007 | ||
Line 7: | Line 7: | ||
| author = chishm | | author = chishm | ||
| website = http://forum.gbadev.org/viewtopic.php?t=13204 | | website = http://forum.gbadev.org/viewtopic.php?t=13204 | ||
| download = | | download = https://dlhb.gamebrew.org/dshomebrew/r4crypt.7z | ||
| source = | | source = | ||
}} | }} | ||
Line 18: | Line 18: | ||
Click Start, select the Run option and in the pop-up window, type "CMD" and enter. The command console will then appear. | Click Start, select the Run option and in the pop-up window, type "CMD" and enter. The command console will then appear. | ||
https://dlhb.gamebrew.org/dshomebrew/r4crypt2.png | |||
Type "E:" to go to the drive where the program was and type "cd R4crypt" select the folder. Use the following commands to encrypt or decrypt files DAT. | Type "E:" to go to the drive where the program was and type "cd R4crypt" select the folder. Use the following commands to encrypt or decrypt files DAT. | ||
Line 28: | Line 28: | ||
r4crypt.exe -e destination.DAT _DS_MENU.DAT | r4crypt.exe -e destination.DAT _DS_MENU.DAT | ||
https://dlhb.gamebrew.org/dshomebrew/r4crypt3.png | |||
Once a DAT file has been decrypted, you can modify it with any hex editor. Or completely replace the menu if you want to. | Once a DAT file has been decrypted, you can modify it with any hex editor. Or completely replace the menu if you want to. | ||
==External links== | |||
* GBADev - http://forum.gbadev.org/viewtopic.php?t=13204 | |||
[[Category:DS homebrew applications]] | [[Category:DS homebrew applications]] | ||
[[Category:PC utilities for DS]] | [[Category:PC utilities for DS]] |
Revision as of 09:10, 12 October 2021
R4crypt | |
General | |
---|---|
Author(s) | chishm |
Type | PC Utility |
Version | 14 May 2007 |
Licence | Mixed |
Links | |
Download | |
Website |
<htmlet>adsense</htmlet>
R4crypt is a program that you can use to encrypt and decrypt the DAT files from the R4DS file system as well as from M3 Simply. It operates through the windows command console and allows you to examine and edit DAT files, including _DS_MENU.DAT and CHEAT.DAT.
User guide
You can create a folder in the root of the hard disk to save typing long paths. such as E:\R4crypt.
Click Start, select the Run option and in the pop-up window, type "CMD" and enter. The command console will then appear.
Type "E:" to go to the drive where the program was and type "cd R4crypt" select the folder. Use the following commands to encrypt or decrypt files DAT.
To decrypt:
r4crypt.exe -d _DS_MENU.DAT destination.DAT
To encrypt:
r4crypt.exe -e destination.DAT _DS_MENU.DAT
Once a DAT file has been decrypted, you can modify it with any hex editor. Or completely replace the menu if you want to.