IDA pro asm instructions change
问题 I just want to know how I can change asm instructions in the IDA-view A: How to edit instructions(for instance: jnz to jmp)? How to insert new instructions(call func1, call func2 inserted to existing code)? I know how to make dif files, I know how to apply the changes on my DLL, but how can I "make the difference"? How can I edit the code in IDA? I learned how to modify a DLL: Modify code(how?) Generate dif file. Apply the code modifications to the DLL with the dif file and a script. 回答1: