Coder Social home page Coder Social logo

unipatch's Introduction

UniPatch

A tool to parse *.1337 files (exported from x64dbg) and patch the target x86 or x64 file. Also supports "loader mode", where the file will be patched in memory at runtime rather than modifying the file. Loader mode supports supplying an EXE name with the -t flag (in the case that the *.1337 file targets a dll). Finally, loader mode allows argument options to modify the number of times to attempt and time between attempts, to read the module imageBase and the original bytes in memory (if the target is packed the original bytes may not be unpacked yet).

Usage: UniPatch.exe <1337_file_path> [options]
        -h              Display this help screen
        -nb             Do not Backup Target
        -r              Treat addresses as file offsets
        -f              Force patch
        -l              Loader Mode: patch bytes in memory(no file modification) after launching target (implies -nb)
        -t <exe name>   Target exe (if unused defaults to target of 1337 file)
        -la <number>    Number of times to attempt to load Module data from memory (default:2000)
        -lw <number>    Number of miliseconds to wait between attempts (default:1)
        -pa <number>    Number of times to attempt to check original byte before patching (default:200)
        -pw <number>    Number of miliseconds to wait between checking original byte again (default:1)

unipatch's People

Contributors

fjlj avatar

Stargazers

 avatar Fra avatar Aholicknight avatar

Watchers

 avatar

Forkers

leontking2

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.