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

OpenDolBoot: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
mNo edit summary
new release
Line 4: Line 4:
| type        = pc utility
| type        = pc utility
| author      = [[User:DacoTaco|DacoTaco]]
| author      = [[User:DacoTaco|DacoTaco]]
| version    = 0.2
| version    = 0.3
| download    = media:OpenDolBoot.zip
| download    = media:OpenDolBoot.zip
| source      = https://github.com/DacoTaco/priiloader/tree/master/tools/OpenDolBoot
| source      = https://github.com/DacoTaco/priiloader/tree/master/tools/OpenDolBoot
}}
}}


'''OpenDolBoot''' is an application created during the development of [[Preloader/Priiloader | 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 as a title.
'''OpenDolBoot''' is an application created during the development of [[Priiloader]].  
It creates an binary that has a [[NandLoader | Nand Loader]] integrated into it, making it bootable as a Channel binary.
By default it injects in a Nand Loader that is similar to [[SystemMenu | System Menu]]'s, but a different nand loader can be used to inject


The parameters (as shown by the -h parameter) are :
The parameters (as shown by the -h parameter) are :
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 (experimental!)
*-n : use the following nand code and not the default (internal) nand loader
*-h : display this message
*-h : display this message


In the included package is a win32 build, and the source code to build the tool for linux or macOS
In the included package is a win32 build, and the source code to build the tool for linux or macOS

Revision as of 12:29, 24 February 2024

OpenDolBoot
General
Author(s)DacoTaco
TypePC utility
Version0.3
Links
Download
Source

OpenDolBoot is an application created during the development of Priiloader. It creates an binary that has a Nand Loader integrated into it, making it bootable as a Channel binary. By default it injects in a Nand Loader that is similar to System Menu's, but a different nand loader can be used to inject

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) nand loader
  • -h : display this message

In the included package is a win32 build, and the source code to build the tool for linux or macOS