Skip to content

Latest commit

 

History

History
executable file
·
8 lines (5 loc) · 197 Bytes

binary-patching.md

File metadata and controls

executable file
·
8 lines (5 loc) · 197 Bytes

Binary patching

In vim :)

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