GitXplorerGitXplorer
c

1337patch

public
53 stars
13 forks
0 issues

Commits

List of commits on branch master.
Unverified
b84e74ad5c597ec25931dc46fd10f384cf8dd50e

Update README.md

cchausner committed 8 years ago
Unverified
110c5dd6d441c75576dd21ada2962d3de969bdb3

Initial commit

cchausner committed 8 years ago

README

The README file for this repository.

1337patch

Simple command-line tool to apply patches exported by x64dbg to running processes

license

Usage

Usage:
  1337patch <patch file> <process name> [options]
  1337patch <patch file> -pid <pid> [options]

  patch file:   path to a x64dbg .1337 patch file
  process name: image name of the process to patch
  pid:          process ID of the process to patch

Allowed options:
  -revert: revert previously applied patches
  -force:  apply/revert patches even if patch locations contain unexpected data

Download

Latest release