shithub: ips

Download patch

ref: 876a3ee2195b4c22fea9d44ead9dc9966f07ddf3
parent: 6f56fbe53762de4ebc1b6386def8e8d0bc326385
author: Jacob Moody <moody@posixcafe.org>
date: Thu May 4 00:14:01 EDT 2023

README

--- /dev/null
+++ b/README
@@ -1,0 +1,6 @@
+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