Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

ViRb3/BinaryPatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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