In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "OpenDolBoot"

From WiiBrew
Jump to navigation Jump to search
m (→‎What is OpenDolBoot ?: hoping i make it clear we are talking about .app files used in the wii FS and NOT some weird shit like .wad))
m (just another note)
Line 16: Line 16:
 
OpenDolBoot Input_Dol_filename [-h] [-i] [-n nandcode_filename] Output_App_filename
 
OpenDolBoot Input_Dol_filename [-h] [-i] [-n nandcode_filename] Output_App_filename
 
*-i : display info about the dol file and exit (no other parameters are required when using -i
 
*-i : display info about the dol file and exit (no other parameters are required when using -i
*-n : use the following nand code and not the default (internal) nboot.bin
+
*-n : use the following nand code and not the default (internal) nboot.bin (experimental!)
 
*-h : display this message
 
*-h : display this message
  
 
In the included package is a win32 build, a linux build(done by 32bit ubuntu 10) and the source code
 
In the included package is a win32 build, a linux build(done by 32bit ubuntu 10) and the source code

Revision as of 16:14, 6 March 2011

OpenDolBoot
LL OpenDolBoot icon.png
General
Author(s)DacoTaco
TypePC utility
Version0.1
Links
Download
Source

What is OpenDolBoot ?

OpenDolBoot is an application created during the development of Priiloader. It creates an .app file out of the given Dol file. the resulted .app file will be bootable by IOS/es_LaunchTitle and can be used in a title

The parameters (as shown by the -h parameter) are : OpenDolBoot Input_Dol_filename [-h] [-i] [-n nandcode_filename] Output_App_filename

  • -i : display info about the dol file and exit (no other parameters are required when using -i
  • -n : use the following nand code and not the default (internal) nboot.bin (experimental!)
  • -h : display this message

In the included package is a win32 build, a linux build(done by 32bit ubuntu 10) and the source code