Search code examples
ida

IDA search and replace all occurrences


i am sure this is simple, but... I want to replace all occurrences of command

push 801h

to

push 802h 

how can i do that with Ida6 ?!


Solution

  • Probably the easiest way is by replacing all occurrences of the bytes that represent push 801h with the bytes that represent push 802h in the file, using a hex editor such as Hex-Workshop or 010 Editor.