Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Releases: McBlueFrog/universal-binary-patcher

UBP v1.0

24 Oct 15:09
7ee5d7c

Choose a tag to compare

Instruction code example:

offset [hex] <- Setting the offset where to start from rewriting
[the data comes here in hex like this "ff 42 7b 00"]
end <- you need this to tell the program that a new offset can start
<- be sure to press enter/new line when you end the script

example program:

offset f23
00 ff ac 8b 96
end
offset ff5
00 00 00
end