Commit Graph

21 Commits

Author SHA1 Message Date
megazig
ba948e0e26 added code for importing a wad into a nand
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@21 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-16 20:07:38 +00:00
giantpune@gmail.com
86c9d73b1e * add spare.cpp/.h for calculating ecc & hmac used in the nand
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@20 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-15 08:11:56 +00:00
giantpune@gmail.com
729f215d4e * added a class to deal with getting data from the first 8 nand blocks ( ones not belonging to the filesystem )
* really fix the bug that caused the nandBin class not to be able to open keys.bin

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@19 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-14 05:58:44 +00:00
giantpune@gmail.com
af2f9ee039 changes to the nandExtractor...
* add more info at the bottom of the block map including free space, key, and file details
* make the blocks a bit smaller so the screen doesnt need to be quite as freakin huge
* blockmap is hidable and resizable

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@18 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-12 11:48:51 +00:00
giantpune@gmail.com
71314d484c * fix bug in nandBin class that added the "/" root item to the path being extracted to
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@17 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-11 11:05:37 +00:00
giantpune@gmail.com
034e487a31 * forgotten files
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@16 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-11 10:39:41 +00:00
giantpune@gmail.com
cc7d47f3ab * add access functions to the nandBin class to get the cluster map for whole nand and for a given file
* change the nandExtract program a bit.  move nand extraction to a thread to keep it from hanging the main thread
* add pretty block map

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@15 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-11 10:12:50 +00:00
giantpune@gmail.com
5dddc3cfc8 * adding in support for transparently replacing characters in save names in the nand dump class. replacements are held in "/sys/replace". this should allow writing all official save data to a nand dump on any filesystem. weather or not other program know how to read that data back is another story. but at least this one will be able to handle all sorts of filenames now
* adding save installing & retrieving from an extracted nand FS ( untested )

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@14 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-10 13:10:53 +00:00
giantpune@gmail.com
64850e0ec3 * delete more unused files
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@13 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-10 03:52:43 +00:00
giantpune@gmail.com
134bb8f277 * moving the "library" files into a common folder 'WiiQt'
* adding in ASH0, LZ77 and  ( messy ) U8 classes

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@12 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-10 03:50:08 +00:00
giantpune@gmail.com
d8ea7b899b forgot this
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@11 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-09 11:31:24 +00:00
giantpune@gmail.com
ea71bb3f9a * fix bugs in the nand extractor that caused it not to be able to find the keys.bin
* add fakesigning stuff to the tmd & ticket classes
* add functions for changing the tmd & ticket classes ( size, hash, tid... )
* allow replacing contents in wads ( untested )
* other little bug fixes i forgot

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@10 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-09 11:30:25 +00:00
giantpune@gmail.com
d9ecb76202 * add a menu in the NUS tool to access setting.txt from the nand dump
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@9 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-09 05:45:12 +00:00
giantpune@gmail.com
4ff87cd24e * fix a few bugs in the NUS tool
* corrected TIDs used when downloading an entire update
* set the path to the nand dump when clicking the button to download something
* read data from cache even if title version is 0

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@8 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-09 04:10:19 +00:00
giantpune@gmail.com
7cbba0738e * add wad packing to NUS tool
* add more "known updates" to the NUS class.  now your can specify "3.4u" or similar instead of a TID and it will try to download all the titles that would have been in that update.    the lists of titles were taken from wiimpersonator logs and when those were missing, from disc update partitions.  thanks to markhemus and rduke for helping make the lists
* NUS tool will now make sure there is a valid setting.txt in the nand after it is done installing titles to it

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@7 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-08 18:07:57 +00:00
giantpune@gmail.com
d795e3ffdc * change "get the latest version of this title" to version 0xffff instead of 0. this allows getting version of a title that really does have version 0 ( some jap ones for example )
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@6 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-08 08:47:19 +00:00
giantpune@gmail.com
ca34183e4f * adding brief readmii about what each program does
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@5 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-08 08:26:07 +00:00
giantpune@gmail.com
085327c6fa * fix bug in nand extractor that kept on going even if you tried to extract a single file
* add pretty icons to the nand extractor

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@4 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-08 08:05:23 +00:00
giantpune@gmail.com
3284adf8ac *delete personal project settings
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@3 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-08 07:29:57 +00:00
giantpune@gmail.com
da59f4ec49 * adding a few different projects. some of them have hardcoded paths and whatnot that may need to be changed or removed
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@2 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-08 07:26:18 +00:00
(no author)
a6cc2a78e8 Initial directory structure.
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@1 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-08 07:14:59 +00:00