https://github.com/blockos/ips-patcher
GTK based ips patcher
https://github.com/blockos/ips-patcher
Last synced: about 1 month ago
JSON representation
GTK based ips patcher
- Host: GitHub
- URL: https://github.com/blockos/ips-patcher
- Owner: BlockoS
- License: lgpl-3.0
- Created: 2009-11-15T16:43:49.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T20:15:23.000Z (over 10 years ago)
- Last Synced: 2023-03-10T19:25:52.351Z (about 2 years ago)
- Language: C++
- Homepage:
- Size: 348 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
--: ips-patcher :--
==============
Vincent 'MooZ' Cruz - 11/11/2014 (damn 7 years...)mail : cruz.vincent AT gmail DOT com
See LICENSE file for the licence.
Building from sources
--------------
The makefile builds 2 binaries.
* ips-patcher-cli a command line IPS patcher.
* ips-patcher GTK3 IPS patcher.They can be compile in release or debug mode. To compile in release mode
just type:>make
For debug mode:
>make DEBUG=1
The binaries will be located in build/Release or build/Debug depending of
the chosen mode.Command line
--------------
The usage for the command line IPS patcher is:>ips-patcher-cli source patch destination
* source source filename
* patch IPS patch filename
* destination filename