コードの一部にそのようなものがあります。
/* 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 */
値「 493E0h」を別の値に変更したい。IDAでそれを行う方法は?ありがとうございました!