rwtodd / RWT.IpsLib

IPS Patch library and cmdline driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPS Patches

IPS is a file format for binary patches, commonly used to patch game ROMs. The format is described at zophar.net.

Often when you run across a patch file, people want you to install some freeware patcher, which is hard to trust. Better to write my own patch program than risk getting some kind of crypto virus :)

The main program here applies a patch file to a target, but I also made a library with IPS-writing capability. This way, I can easily write programs that create patches as well.

About

IPS Patch library and cmdline driver


Languages

Language:C# 100.0%