Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 743 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 743 Bytes

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