Simple python library for working with Nintendo's DOL format


Keywords
gamecube, wii, dol, gcn, nintendo-wii, nintendo-gamecube
License
GPL-3.0
Install
pip install dolreader==1.1.1

Documentation

dolreader

A python library for reading data from and writing data to Dol files (GC/Wii executables).

Features

  • Complete file support
  • Sections and saved DOLs are properly aligned
  • Easy branch insertion
  • Sections are abstracted from the file, making access easy and efficient