Expand description

Functions for helping patch executables

Structs

A builder type to help when replacing branches in games

A constructor to acquire a PatchBuilder, which you can use to patch the game’s memory.

A builder which you can use the patch the game’s memory.

Functions

Replace the instruction at the given pointer with NOP

Replace the instruction at the given pointer plus offset with NOP

Overwrite a value in read-only data with a passed value given a pointer

Overwrite a value in read-only data with a passed value given a pointer plus offset