More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|version=2017 | |version=2017 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/ | ||
|website=https://github.com/LITTOMA/SEED_Utils | |website=https://github.com/LITTOMA/SEED_Utils | ||
|source=https://github.com/LITTOMA/SEED_Utils | |source=https://github.com/LITTOMA/SEED_Utils | ||
}} | }} | ||
This is a tool for generating seedinfo.bin for rxTools and [[3DS_Multi_Decryptor|3DS Multi Decryptor]]. | |||
* seedinfo_gen.py | ==User guide== | ||
* seeddb_gen.py | List of scripts: | ||
* db2info.py | * seedinfo_gen.py - Generate seedinfo.bin for rxTools and 3DS Multi Decryptor. | ||
* info2db.py | * seeddb_gen.py - Generate seeddb.bin for [[Decrypt9WIP_3DS|Decrypt9]]. | ||
* db2info.py - Convert seeddb.bin to seedinfo.bin. | |||
* info2db.py - Convert seedinfo.bin to seeddb.bin. | |||
Usage: [script] [file(s)] | |||
You can dump savedata files from NAND:\data<console-unique>\sysdata\0001000f\ | |||
==Credits== | |||
enler - for reversing this format and answering a lot of questions. | |||
== | ==External links== | ||
* GitHub - https://github.com/LITTOMA/SEED_Utils | |||
* GBAtemp - https://gbatemp.net/threads/release-seedinfo-generator-for-rxtools-and-3ds-multi-decryptor.392894 | |||
[[Category:3DS homebrew applications]] | |||
[[Category:PC utilities for 3DS homebrew]] |
Revision as of 06:05, 3 March 2022
SEED Utils | |
---|---|
File:SEEDUtils.jpg | |
General | |
Author | LITTOMA |
Type | PC Utilities |
Version | 2017 |
License | Mixed |
Last Updated | 2017/03/29 |
Links | |
Download | |
Website | |
Source | |
This is a tool for generating seedinfo.bin for rxTools and 3DS Multi Decryptor.
User guide
List of scripts:
- seedinfo_gen.py - Generate seedinfo.bin for rxTools and 3DS Multi Decryptor.
- seeddb_gen.py - Generate seeddb.bin for Decrypt9.
- db2info.py - Convert seeddb.bin to seedinfo.bin.
- info2db.py - Convert seedinfo.bin to seeddb.bin.
Usage: [script] [file(s)]
You can dump savedata files from NAND:\data<console-unique>\sysdata\0001000f\
Credits
enler - for reversing this format and answering a lot of questions.