Skip to content

tinyIPS is a lightweight, cross platform IPS (International Patching System) patcher and creator.

License

Notifications You must be signed in to change notification settings

vector-man/tinyips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About tinyIPS

Join the chat at https://gitter.im/vector-man/tinyips 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=61289

LibIPS.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 <patch> <target> [<output>]

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 <original> <modified> <output>

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.

About

tinyIPS is a lightweight, cross platform IPS (International Patching System) patcher and creator.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages