IDA pro asm instructions change

前端 未结 3 1448
再見小時候
再見小時候 2021-02-02 00:14

I just want to know how I can change asm instructions in the IDA-view A:

  1. How to edit instructions(for instance: jnz to jmp)?
  2. How to insert new instruction
3条回答
  •  时光说笑
    2021-02-02 00:22

    Use Edit->patch program->assemble to write in assembly syntax

    Use Edit->patch program -> patch bytes to edit bytes in the binary

    Finally, use Edit->patch program -> apply patch to input file to apply patches. I'v personally used it in IDA 7.0

提交回复
热议问题