Edit (patch) a binary file in IDA Pro

前端 未结 6 1566
广开言路
广开言路 2021-02-12 19:50

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

6条回答
  •  猫巷女王i
    2021-02-12 20:54

    Here is how i did

    Edit > Patch Program > Assemble 
    

    After Assembling/patching instruction click on Apply Patches to Binary

    done :)

    enter image description here

提交回复
热议问题