* adding brief readmii about what each program does

This commit is contained in:
giantpune@gmail.com 2010-12-08 08:26:07 +00:00
parent 50b8b666d4
commit 941fe73baf
4 changed files with 14 additions and 0 deletions

3
.gitattributes vendored
View File

@ -9,6 +9,7 @@ nandExtract/nandbin.h -text
nandExtract/nandwindow.cpp -text
nandExtract/nandwindow.h -text
nandExtract/nandwindow.ui -text
nandExtract/readmii.txt -text
nandExtract/tools.cpp -text
nandExtract/tools.h -text
nand_dump/aes.c -text
@ -23,6 +24,7 @@ nand_dump/nanddump.cpp -text
nand_dump/nanddump.h -text
nand_dump/nusdownloader.cpp -text
nand_dump/nusdownloader.h -text
nand_dump/readmii.txt -text
nand_dump/settingtxtdialog.cpp -text
nand_dump/settingtxtdialog.h -text
nand_dump/settingtxtdialog.ui -text
@ -46,6 +48,7 @@ saveToy/mainwindow.ui -text
saveToy/noBanner.png -text
saveToy/noIcon.png -text
saveToy/rc.qrc -text
saveToy/readmii.txt -text
saveToy/saveToy.pro -text
saveToy/savebanner.cpp -text
saveToy/savebanner.h -text

2
nandExtract/readmii.txt Normal file
View File

@ -0,0 +1,2 @@
this is a tool to extract all or part of an encrypted nand dump to a file system.
it is based off code from http://sites.google.com/site/parannoyedwii/ with a few bug fixes.

5
nand_dump/readmii.txt Normal file
View File

@ -0,0 +1,5 @@
this program downloads files from NUS. currently it supports installing them to an extracted nand dump for use in sneek/dolphin.
downloaded files can be cached to a local file so next time you try to download that title, you wont need to get it from NUS.
TODO...
saving content to a seperate folder and packing wads is only partially done

4
saveToy/readmii.txt Normal file
View File

@ -0,0 +1,4 @@
this is a tool to list saves in an extracted nand dump
TODO:
add some sort of extract/delete/install functionality