GithubHelp home page GithubHelp logo

alex47exe / lyptus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acidicoala/lyptus

0.0 0.0 0.0 43 KB

A configurable in-memory binary patcher.

Home Page: https://cs.rin.ru/forum/viewtopic.php?p=2536753#p2536753

License: BSD Zero Clause License

C++ 91.01% PowerShell 0.81% CMake 8.18%

lyptus's Introduction

๐Ÿจ Lyptus ๐ŸŽ‹

A configurable in-memory binary patcher.

๐Ÿš€ Usage

Set up the Lyptus config with a list of patches to apply, and inject the Lyptus DLL into the target process. Consider using Koaloader for automatic injection on process start-up.

Official forum topic

โš™ Configuration

Lyptus comes with a configuration file Lyptus.json, which defines patches that will be applied as soon as Lyptus gets injected into the process. The config file conforms to the standard JSON format. The description of each available option is presented below:

  • logging: Enables or disables logging into a Koaloader.log file. Possible values: true, false (default).
  • patches: An array of objects that describe patches that will be applied in the order they were defined. Each object has the following properties:
    • name: A string that informally describes the patch.
    • pattern: A hexadecimal string that specifies the pattern Lyptus will use when searching. The string can contain only hex symbols [0-9][A-F][a-f], whitespaces [ ], and wildcards [?]. Keep in mind that 2 hex symbols constitute 1 byte, hence the string must have an even number of characters.
    • offset: A byte offset that will be added to the found address when applying the patch.
    • replacement: A hexadecimal string that specifies a sequence of bytes to be written at the target address. The string can contain only hex symbols [0-9][A-F][a-f], and whitespaces [ ].
    • enabled: A boolean field which enables or disables the patch
    • required: A boolean field which determines if Lyptus should crash when a pattern for a given patch is not found or proceed to the next patch.

๐Ÿ‘‹ Acknowledgements

This project makes use of the following open source projects:

๐Ÿ“„ License

This software is licensed under BSD Zero Clause License, terms of which are available in LICENSE.txt

lyptus's People

Contributors

acidicoala 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.