First attempt at binary patching. The idea is simple: open the executable, find the bytes you want to change and overwrite them directly. In this case I patched a conditional jump to skip a check entirely. It's the most straightforward way to permanently modify a program's behavior without injecting anything at runtime.

10.10.2018
updated 27.06.2026