Skip to content

anthonycicc/ips-patch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ips-patch

Command-line tool to apply IPS patches.

Synopsis

To build and install:

$ cargo install --git https://github.com/cmbrandenburg/ips-patch.git

To run:

$ ips-patch example.ips <in_file >out_file

The ips-patch program accepts one parameter: the name of the IPS patch file to apply. The program then reads the data-to-patch from stdin and writes the patched data to stdout.

More info

The IPS file format is used to patch binaries files, usually ROMs.

The ips-patch program follows the IPS specification described here: http://www.zerosoft.zophar.net/ips.php.

About

Command-line tool to apply IPS patches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%