spanskiblog/content/posts/binary-patching.md

309 B

+++ date="2022-11-30" author="spanskiduh" title="binary-patching" description="click to read about binary-patching" +++

Binary patching

firstly check in ghidra what hex value has function call. then open binary in vim, find that and replace all fucntion hex values with 90 :%!xxd and :%!xxd -r