Copy Link
Add to Bookmark
Report
IPS-IPS2_for_Unix_v1.0
ips.txt
IPS Patcher v1.0 for UNIX by madman
Description:
This will allow you to apply .IPS patches to ROM files. Useful for
applying cracks, trainers, etc. I was unable to find a stand alone IPS
patcher for Unix, so I made one. This utility can accept IPS and IPS2
patches.
Compiling:
I see no reason why this shouldn't work on any Unix flavor, not a whole
lot is involved. To compile, use gcc -o ips ips.c, or C compiler of your
choice. I've included a Linux binary for the compiling impaired.
Usage:
ips <patchfile> <file_to_patch>
The patcher will check to make sure you are attempting to use a valid
IPS file. Check your file permissions though, because it doesn't...
Closing:
Yet another in the growing family of Unix console tools. Who knows what
is next...
madman