https://github.com/vector-man/tinyips
tinyIPS is a lightweight, cross platform IPS (International Patching System) patcher and creator.
https://github.com/vector-man/tinyips
c-sharp international-patching ips patcher patching
Last synced: about 2 months ago
JSON representation
tinyIPS is a lightweight, cross platform IPS (International Patching System) patcher and creator.
- Host: GitHub
- URL: https://github.com/vector-man/tinyips
- Owner: vector-man
- License: gpl-3.0
- Created: 2013-11-26T02:11:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T10:38:42.000Z (over 8 years ago)
- Last Synced: 2025-03-25T21:11:50.231Z (3 months ago)
- Topics: c-sharp, international-patching, ips, patcher, patching
- Language: C#
- Size: 56.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About tinyIPS
=============[](https://gitter.im/vector-man/tinyips?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
tinyIPS is a lightweight, cross-platform command-line IPS (International Patching System) patcher and creator.The project page is located here: https://github.com/vector-man/tinyips
About LibIPS.NET
================
tinyIPS uses LibIPS.NET, a .NET library for 'International Patching System' (IPS) patches. It is based on the source code of 'flips,' that was originally written in C++ and created by Alcaro. You can read more about his version on this forum: http://www.smwcentral.net/?p=viewthread&t=61289LibIPS.NET's project page is located here: https://github.com/vector-man/LibIPS.NET (Please contribute changes to the library on this page.)
Project status
==============
The project is still in testing phase and should not be used in production. If you find any issues, please report them or submit a pull request with bug fixes.Requirements
============
Mono is 3.2.3 or .NET Framework 4.0.How to Use
==========
To apply Patches:Usage: apply []
Start by typing 'apply' (without quotes), followed by the patch's full path, then the target file's full path (the file you wish to patch). An output file path can be optionally specified if you wish to patch to a copy of the target file instead.
To create patches:
Usage: create
Start by typing 'create' (without quotes), followed by the original (unaltered) file's full path, the modified (altered) file's full path, and the output file's (the IPS file you wish to create) full path.
Copyright
=========
tinyIPS is licensed under GNU General Public License, version 3.0 or higher. Copyright (c) 2013 - 2017 CodeIsle.com.LibIPS.NET is licensed under the GNU Lesser General Public License, version 3.0 or higher. Copyright (c) 2013 - 2017 CodeIsle.com. Based on 'flips' Copyright (c) 2012 - 2017 Alcaro.
Thanks
======
I want to thank Alcaro for creating 'libips,' a library 'LibIPS.NET' is heavily based on. Without him, tinyIPS would not exist.