An open API service indexing awesome lists of open source software.

https://github.com/ravener/ips-patcher

IPS Patching Utility written in Python
https://github.com/ravener/ips-patcher

ips patch patcher python

Last synced: 5 months ago
JSON representation

IPS Patching Utility written in Python

Awesome Lists containing this project

README

          

# IPS Patcher

A simple IPS Patcher implemented in Python.

## Usage

If you have [Python](https://www.python.org/) installed, you can simply run the [ips.py](ips.py) file directly, or [download a bundled release](https://github.com/ravener/ips-patcher/releases) to run standalone without having to install python.

```sh
usage: ips.py [-h] input patch [output]

Patch files using a .ips patch file.

positional arguments:
input Input file to patch
patch The IPS patch file to apply
output Output File

options:
-h, --help show this help message and exit
```

Example:

```sh
$ python ips.py rom.gba patch.ips
```

## License

[MIT License](LICENSE)