Talk:3DSaveTool: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Jl12 (talk | contribs)
Web service version.
 
Jl12 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
I wrote a "3DSaveTool" type web service.
I uploaded a "SaveTool" type web service here: http://files.anibb.info/n3ds/xor.php
 
http://files.anibb.info/n3ds/xor.php


Instructions in the same place.
Instructions in the same place.
Line 10: Line 8:




( It puts the 512 byte key at the end of the file (+0x200 byte) and removes it when you re-encrypt rather than separate it to another file. ) [[User:Jl12|Jl12]] 01:33, 5 June 2011 (CEST)
It puts the 512 byte key at the end of the file and removes it when you re-encrypt, instead of separating it into a second file. [[User:Jl12|Jl12]]

Latest revision as of 01:35, 5 June 2011

I uploaded a "SaveTool" type web service here: http://files.anibb.info/n3ds/xor.php

Instructions in the same place.

http://files.anibb.info/n3ds/instructions.txt

3DSaveTool worked well for me on Windows 7 but then crashed no matter what I did with it on a WinXP-SP3/netbook. The web service is an easily accessible alternative that works whatever your OS, as long as you can upload/download binaries to it.


It puts the 512 byte key at the end of the file and removes it when you re-encrypt, instead of separating it into a second file. Jl12