btimofeev / lazy_ips

IPS patcher for Linux
GNU General Public License v3.0
46 stars 6 forks source link

Added command-line interface. #3

Closed rekentuig closed 4 years ago

rekentuig commented 4 years ago

I needed a simple command-line tool for applying IPS patches on OSX, so I extracted the .IPS parsing code and the image writing code from lazy_ips.py to a separate file and added a simple CLI (lazy_ips_cli.py) that uses the same code. This way, people can use lazy_ips without necessarily installing GTK. Hope it's useful to some!

btimofeev commented 4 years ago

Thanks!