vote up 1 vote down star

Hi, 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

flag

60% accept rate

2 Answers

vote up 2 vote down check

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.

link|flag
vote up 2 vote down

Possibly edit:

idagui.cfg: DISPLAY_PATCH_SUBMENU = YES

If the menu is not enabled, then use

Edit/Patch code/Change Byte

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.