Log in

View Full Version : In IDA Pro, how can I modify a instruction?


flexlm
March 19th, 2003, 09:31
In IDA Pro, how can I modify a instruction?
such as:

_text:00413B96 mov [ebp+var_C], 7648B98Eh

I want to modify the above instruction to:

_text:00413B96 mov [ebp+var_C], 88888888h

dELTA
March 19th, 2003, 10:52
You can enable the patch-tools in the edit menu by having the following line in your idagui.cfg file:

DISPLAY_PATCH_SUBMENU = YES


Btw, your recent posts in this forum are more suitable for the newbie forum. Please try to post in the right place.

dELTA