3DSaveTool: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
added 3DSaveTool v0.2
m fixed typos
Line 14: Line 14:


== Change log ==
== Change log ==
*decrypting now starts at 0x1000
*de/encrypting now starts at 0x1000
*fixed a new new line errors in the usage info
*fixed a few new line errors in the usage info
*when de/encrypting only 512byte blocks of 0xFF are skipped now
*when de/encrypting only 512byte blocks of 0xFF are skipped now
*fixed bug which would not en/decrypt the last 0x2000 bytes
*fixed a bug which would not de/encrypt the last 0x2000 bytes

Revision as of 13:21, 3 April 2011

3DSaveTool
General
Author(s)crediar
TypeSystem tool
Version0.2
Links
Download


3DSaveTool can be used to find the XOR key used for encryption and use it to encrypt/decrypt EEPROM savefiles of 3DS games.

Usage

Extract the content and follow the usage information of the tool.

Change log

  • de/encrypting now starts at 0x1000
  • fixed a few new line errors in the usage info
  • when de/encrypting only 512byte blocks of 0xFF are skipped now
  • fixed a bug which would not de/encrypt the last 0x2000 bytes