Edit (patch) a binary file in IDA Pro

前端 未结 6 1552
广开言路
广开言路 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条回答
  •  忘了有多久
    2021-02-12 20:32

    I think IDA used to have a feature to do that, but it's not present in the current versions.

    You should just use a hex editor. Note the file offset in IDA and edit the file at that address. If you'd like to see the changes in IDA, use the "File" -> "Load file" -> "Reload the input file" menu item.

提交回复
热议问题