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
such as:
_text:00413B96 mov [ebp+var_C], 7648B98Eh
I want to modify the above instruction to:
_text:00413B96 mov [ebp+var_C], 88888888h