ravener / ips-patcher

IPS Patching Utility written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPS Patcher

A simple IPS Patcher implemented in Python.

Usage

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:

$ python ips.py rom.gba patch.ips

License

MIT License

About

IPS Patching Utility written in Python

License:MIT License


Languages

Language:Python 100.0%