Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 429 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 429 Bytes

Binary Patcher v2 - a full recode

Description

A library designed to help patch binaries

Features

  • Supported byte arrays, seekable streams and automatic file opening via file name
  • Find and replace bytes with optional mask
  • Find and replace strings with specific encoding and optional mask
  • C-style byte string to byte array conversion using Utils/StringToBytesRaw

To do

  • Back up patched binary if applicable