More actions
(Created page with "{{Infobox DS Homebrews |title=lazy_ips |image=lazyips2.png |description=IPS patcher for Linux. |author=Boris Timofeev, hadess, rekentuig, Hubert Figuière |lastupdated=2020/07...") |
|||
Line 19: | Line 19: | ||
This step requires the <code>setuptools</code> installed on the system. | This step requires the <code>setuptools</code> installed on the system. | ||
<code>python3 setup.py install</code> | |||
This command will automatically create the necessary scripts in /usr/bin. | This command will automatically create the necessary scripts in /usr/bin. |
Revision as of 15:39, 23 September 2022
lazy_ips | |
---|---|
File:Lazyips2.png | |
General | |
Author | Boris Timofeev, hadess, rekentuig, Hubert Figuière |
Type | ROM Patchers |
Version | 20200706 |
License | GPL-3.0 |
Last Updated | 2020/07/06 |
Links | |
Download | |
Website | |
Source | |
IPS patcher for Linux. Gtk3 and CLI user interfaces.
Dependencies: Python3 and PyGObject.
Installation
This step requires the setuptools
installed on the system.
python3 setup.py install
This command will automatically create the necessary scripts in /usr/bin.
User guide
lazy-ips-cli - Command-line interface for IPS patching. Does not require PyGObject. Works on Linux, Windows, macOS and Android (via Termux).
Usage: lazy-ips-cli image_file patch_file
Screenshots
Credits
Original author - Boris Timofeev.
Port to Python 3 - Hubert Figuière.
Various fixes - hadess.
Cleanup and CLI - rekentuig.