~moody/ips

ips patcher for 9front
ipsdiff: smaller diff generation with better use of RLE
ipsdiff refactor

refs

front
browse  log 

clone

read-only
https://git.sr.ht/~moody/ips
read/write
git@git.sr.ht:~moody/ips

You can also use your local clone with git send-email.

IPS files are binary patches popular in some game modding communities.
This repo includes tools for applying and creating IPS files.

Usage:
	; ipsdiff base modified >patch.ips
	; ipspatch patch.ips <base >modified