Giter Site home page Giter Site logo

kevidryon2 / japp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 16 KB

A program for patching executables or other files, useful for example when you want to distribute a mod without distributing the entire game.

License: GNU General Public License v3.0

japp's Introduction

JAPP

A program for patching executables or other files.

Use cases

For example, JAPP is useful when you want to distribute a mod without distributing the entire game, especially if that game is paid.

How to use

Patching

To patch the original game/program/anything else, first you have to put all the files of the software inside a ZIP file.

Then, you apply the patch to the ZIP file and the mask, using the JAPP CLI japp-patch.

Creating a patch and mask

All you need is a ZIP archive of the original program and a ZIP archive of the modified version. Then, you can create a patch (.jp) and a mask (.jm) using the JAPP CLI japp-unpatch

How it works

Patching

japp-patch sets every byte in the file to be patched to the corresponding byte in the patch file, but only if the corresponding bit in the mask file is set.

Creating a patch and mask

japp-unpatch compares the differences between the original file and the modified file, and stores those differences in the patch and mask files.

japp's People

Contributors

kevidryon2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.