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 as a title.

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

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, and the source code to build the tool for linux or macOS