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
- Host: GitHub
- URL: https://github.com/ravener/ips-patcher
- Owner: ravener
- License: mit
- Created: 2022-06-10T15:42:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T20:51:03.000Z (about 2 years ago)
- Last Synced: 2025-12-13T18:33:33.464Z (7 months ago)
- Topics: ips, patch, patcher, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)