Update README snippet (#17)

This commit is contained in:
Yan 2017-02-15 17:25:56 -05:00 committed by GitHub
parent 724db78907
commit 5a432b8957

View File

@ -66,7 +66,7 @@ hook_pc = 0x400ca0
m = Manticore('./path/to/binary')
def hook(context, state):
def hook(state):
cpu = state.cpu
print 'eax', cpu.EAX
print cpu.read_int(cpu.SP)