doltool

From WiiBrew
Jump to navigation Jump to search

doltool
General
Author(s)loser / TenOfTen / deufeufeu / Steve_-
TypePC utility
Version0.3.2
Links
Source

doltool is a command line program for converting to and from .dol executable files and examining their contents. It is included in devkitPro.

Usage

doltool <option> <input filename> <loadaddress> <entrypoint>

options:  -i list info on dol file
          -b dump dol to binary file
          -e dump dol to elf file
          -c convert binary file to dol file
          -d convert elf file to dol file

          loadaddress and entrypoint are for -c, both defaults to 80003100 if not specified