Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

NandBinCheck Wii: Difference between revisions

From GameBrew
m (HydeWing moved page Nandbincheck Wii to NandBinCheck Wii without leaving a redirect)
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew PC Tools (PC utilities) - GameBrew
|title_mode=append
|image=wii-logo.jpg
|image_alt=nandBinCheck
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=nandBinCheck
|title=nandBinCheck
|image=wii-logo.jpg
|image=nandbincheckwii02.png
|description=Displays information about a nand.bin such as boot1 & 2, NAND filesystem, permissions, ecc, hmac, SFFS, and detects many different types of bricks.
|description=Displays information about a nand.bin such as boot1 and 2, NAND filesystem, permissions, ecc, hmac, SFFS, and detects many different types of bricks.
|author=giantpune
|author=giantpune
|lastupdated=2011/06/05
|lastupdated=2011/06/05
Line 14: Line 8:
|version=r106
|version=r106
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/wiihomebrews/nandbincheckwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/nandbincheckwii.7z?k33p0fil35
|website=
|website=https://wiibrew.org/wiki/NandBinCheck
|source=https://github.com/trapexit/wiiqt
|source=https://github.com/trapexit/wiiqt
}}
}}
'''NandBinCheck''' is used to display information about a nand.bin from [[Bootmii Wii]]. "nandBinCheck" is a Command Line Interface (CLI) program, so there's no fancy GUI.
NandBinCheck is Command Line Interface (CLI) program to display information about a nand.bin from [[BootMii Wii|BootMii]].


It is able to display information about boot1 & 2, NAND filesystem, permissions, ecc, hmac, SFFS, detect causes of many different types of bricks ( opera, 003, unbootable IOS ). With this program, you are almost guaranteed that a nand.bin is safe to install on a Wii. It can be compiled on Windows, Linux or Mac OS X using Qt.
It is able to display information about boot1 & 2, NAND filesystem, permissions, ecc, hmac, SFFS, detect causes of many different types of bricks ( opera, 003, unbootable IOS ). With this program, you are almost guaranteed that a nand.bin is safe to install on a Wii. It can be compiled on Windows, Linux or Mac OS X using Qt.


== Usage ==
== User guide ==
<pre>"nandBinCheck" nand.bin <other options>
<pre>
"nandBinCheck" nand.bin <other options>


Other options:  
Other options:  
  -boot           shows information about boot 1 and 2  
-boot         shows information about boot 1 and 2  
   
   
  -fs             verify the filesystem is in tact  
-fs           verify the filesystem is in tact  
                  verifies presence of uid & content.map & checks the hashes in the content.map  
                verifies presence of uid & content.map & checks the hashes in the content.map  
                  check sha1 hashes for title private contents  
                check sha1 hashes for title private contents  
                  check all titles with a ticket titles for required IOS, proper uid & gid  
                check all titles with a ticket titles for required IOS, proper uid & gid  
   
   
  -settingtxt     check setting.txt itself and against system menu resources. this must be combined with "-fs"  
-settingtxt   check setting.txt itself and against system menu resources. this must be combined with "-fs"  
   
   
  -uid           Look any titles in the uid.sys, check signatures and whatnot. this must be combined with "-fs"  
-uid           Look any titles in the uid.sys, check signatures and whatnot. this must be combined with "-fs"  
   
   
  -rsa           Calculate and compare RSA signatures. this must be combined with "-fs"  
-rsa           Calculate and compare RSA signatures. this must be combined with "-fs"  
   
   
  -clInfo         shows free, used, and lost ( marked used, but dont belong to any file ) clusters  
-clInfo       shows free, used, and lost ( marked used, but dont belong to any file ) clusters  
   
   
  -spare         calculate & compare ecc for all pages in the nand  
-spare         calculate & compare ecc for all pages in the nand  
                  calculate & compare hmac signatures for all files and superblocks  
                calculate & compare hmac signatures for all files and superblocks  
   
   
  -all           does all of the above  
-all           does all of the above  
   
   
  -v             increase verbosity  
-v             increase verbosity  
   
   
  -continue       try to keep going as fast as possible on errors that should be fatal  
-continue     try to keep going as fast as possible on errors that should be fatal  
   
   
  -nocolor       don't use terminal color trickery  
-nocolor       don't use terminal color trickery  
   
   
  -about         info about this program</pre>
-about         info about this program
</pre>
 
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/nandbincheckwii3.png


==External links==
==External links==
* Github - https://github.com/trapexit/wiiqt
* GitHub - https://github.com/trapexit/wiiqt
* Wiibrew - https://wiibrew.org/wiki/NandBinCheck
* WiiBrew - https://wiibrew.org/wiki/NandBinCheck

Latest revision as of 10:33, 28 Ocak 2024

nandBinCheck
Nandbincheckwii02.png
General
Authorgiantpune
TypePC utilities
Versionr106
LicenseMixed
Last Updated2011/06/05
Links
Download
Website
Source

NandBinCheck is Command Line Interface (CLI) program to display information about a nand.bin from BootMii.

It is able to display information about boot1 & 2, NAND filesystem, permissions, ecc, hmac, SFFS, detect causes of many different types of bricks ( opera, 003, unbootable IOS ). With this program, you are almost guaranteed that a nand.bin is safe to install on a Wii. It can be compiled on Windows, Linux or Mac OS X using Qt.

User guide

"nandBinCheck" nand.bin <other options>

Other options: 
 -boot          shows information about boot 1 and 2 
 
 -fs            verify the filesystem is in tact 
                verifies presence of uid & content.map & checks the hashes in the content.map 
                check sha1 hashes for title private contents 
                check all titles with a ticket titles for required IOS, proper uid & gid 
 
 -settingtxt    check setting.txt itself and against system menu resources. this must be combined with "-fs" 
 
 -uid           Look any titles in the uid.sys, check signatures and whatnot. this must be combined with "-fs" 
 
 -rsa           Calculate and compare RSA signatures. this must be combined with "-fs" 
 
 -clInfo        shows free, used, and lost ( marked used, but dont belong to any file ) clusters 
 
 -spare         calculate & compare ecc for all pages in the nand 
                calculate & compare hmac signatures for all files and superblocks 
 
 -all           does all of the above 
 
 -v             increase verbosity 
 
 -continue      try to keep going as fast as possible on errors that should be fatal 
 
 -nocolor       don't use terminal color trickery 
 
 -about         info about this program

Screenshots

nandbincheckwii3.png

External links

Advertising: