mirror of
https://github.com/elliotnunn/tbxi-patches.git
synced 2024-12-03 08:51:28 +00:00
Library of scripts that patch the Mac OS ROM
.gitattributes | ||
.gitignore | ||
AppleATADisk | ||
ataboot.py | ||
ATALoad.a | ||
ATALoad.a.o | ||
ATALoad.dmp | ||
ATY,RockHopper2-1.0.1f63-20040916.133447.pef | ||
autocopy.sh | ||
autocopystd.sh | ||
cfmtool.py | ||
kauai-ata.pef | ||
macmini.py | ||
mactron.cicn | ||
patch_common.py | ||
ppcasm.py | ||
README.md |
Library of scripts that patch the Mac OS ROM
These patches depend on the tbxi
library. Install and use it like this:
python3 -m pip install tbxi # Toolbox Imager: https://pypi.org/project/tbxi/
git clone https://github.com/elliotnunn/tbxi-patches.git
tbxi-patches/macmini.py /path/to/MacOSROM -o ~/mac-mini-rom.hqx
Useful scripts
Included are the simple PowerPC assembler ppcasm.py
and the Preferred
Executable Format manipulator cfmtool.py
. Feel free to include them in your
own projects.