There is such part of a code.

 /* bla bla bla */
.text:0040C777                 align 4
.text:0040C778
.text:0040C778 loc_40C778:                             ; CODE XREF: sub_40C424+289j
.text:0040C778                 mov     dword ptr [esp+4], 493E0h
.text:0040C780                 mov     eax, [ebx+88h]
.text:0040C786                 mov     [esp], eax
.text:0040C789                 call    ds:_ZN6QTimer5startEi
.text:0040C78F                 lea     esp, [ebp-0Ch]
.text:0040C792                 pop     ebx
.text:0040C793                 pop     esi
.text:0040C794                 pop     edi
.text:0040C795                 leave
.text:0040C796                 retn
 /* bla bla bla */

I want to change the value "493E0h" to another. How to do it in IDA? Thank you!

link|improve this question

57% accept rate
feedback

1 Answer

Patching binaries with IDA is fun ^__^

Here are some links to tutorials that should help you out:

link|improve this answer
I can not change value in hex-view? – Feor Jan 28 at 10:47
1  
Check the context menu. – Igor Skochinsky Jan 30 at 11:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.