tbxi-patches/README.md

17 lines
513 B
Markdown
Raw Permalink Normal View History

2019-07-28 08:25:53 +00:00
# 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
2019-10-07 11:32:55 +00:00
## 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.