Skip to content
/ ips Public

Simple IPS patcher with address offset support

Notifications You must be signed in to change notification settings

mrehkopf/ips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ips

Usage: ips <infile> <ipsfile> <outfile> [offset]

offset is optionally given as a decimal, hexadecimal or octal number and can be used to shift the patching addresses by a constant amount.

E.g. in SNES context, to apply a patch for a headered ROM on an unheadered ROM, specify -0x200 (or -512, -01000). Vice versa, to apply a patch for an unheadered ROM on a headered ROM, specify 0x200 (or 512, 01000).

Example:
ips mario_headerless.sfc kaizo_headered.ips kaizo_headerless.sfc -512

About

Simple IPS patcher with address offset support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages