shithub: ips

Clone

clone: git://shithub.us/moody/ips gits://shithub.us/moody/ips
push: hjgit://shithub.us/moody/ips
patches to: moody@posixcafe.org

Last commit

b05d2f5f – Jacob Moody <moody@posixcafe.org> authored on 2023/05/06 21:09
ipsdiff: smaller diff generation with better use of RLE

About

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