wiiqt/nandBinCheck/readmii.txt
giantpune@gmail.com 7e64a9f6b5 * fixed bugs in nandBin dealing with getting the supercluster
* adding stuff for writing a supercluster with updates information, using correct rotation
* fixed a few more bugs in this class forgot about
* move the "fakesign checker" stuff to a more appropriate place
* add a couple small functions to TMD, ticket, shardeMap
* add a new "demo" program/project nandBinCheck.  it does lots of useful integrety checks on a nand.bin that will be needed when starting to actually write these things
2010-12-18 21:07:58 +00:00

9 lines
355 B
Plaintext

this is a simple cli program to check a nand.bin for various things...
boot1/2 info, fs integrity, signatures, hashes, ecc, hmac, lost clusters, and title sanity.
i have written this as an aide to help debugging the write functions in the nand.bin class. but it likely will serve other purposes.
run it with no args to see the usage/options
giantpune