** program './game' loaded. entry point 0x401000. 401000: b9 05 00 00 00 mov ecx, 5 401005: 48 83 f9 00 cmp rcx, 0 401009: 74 1f je 0x40102a 40100b: e8 2b 00 00 00 call 0x40103b 401010: e8 5c 00 00 00 call 0x401071 ** set a breakpoint at 0x401005. ** hit a breakpoint at 0x401005. 401005: 48 83 f9 00 cmp rcx, 0 401009: 74 1f je 0x40102a 40100b: e8 2b 00 00 00 call 0x40103b 401010: e8 5c 00 00 00 call 0x401071 401015: e8 72 00 00 00 call 0x40108c ** patch memory at address 0x40101a. guess a number : wrong ** hit a breakpoint at 0x401005. 401005: 48 83 f9 00 cmp rcx, 0 401009: 74 1f je 0x40102a 40100b: e8 2b 00 00 00 call 0x40103b 401010: e8 5c 00 00 00 call 0x401071 401015: e8 72 00 00 00 call 0x40108c ** patch memory at address 0x40101a. guess a number : you win ** the target program terminated.