Edit (patch) a binary file in IDA Pro

前端 未结 6 1548
广开言路
广开言路 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:46

    Possibly edit:

    idagui.cfg: DISPLAY_PATCH_SUBMENU = YES

    If the menu is not enabled, then use

    Edit/Patch code/Change Byte

提交回复
热议问题