Search code examples
binaryarmreverse-engineering

Edit (patch) a binary file in IDA Pro


i would like to know how to edit a binary file in ida pro (i just need to change one instruction!)

(its ARM binary)

thanks


Solution

    1. select the instruction you need to change in "IDA View" subview. enter image description here

    2. switch to "Hex View" subview. You will see several highlighting hex numbers. enter image description here

    3. press "F2", edit it, when you finish, press "F2" again. enter image description here

    4. That's all. you will see your change in other subviews. enter image description here