Skip to content

Commit

Permalink
tsk tsk
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Oct 18, 2018
1 parent 248b2a1 commit 7807ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ekopartyctf2015_rev100/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def calc_one_byte(p, known_passwords, hook_func, start_addr, load_addr1, load_ad
state = p.factory.blank_state(addr=start_addr)
state, password = prepare_state(state, known_passwords)
sm = p.factory.simulation_manager(state)
sm.step(4)
sm.run(n=4)
sm.step(size=cmp_addr - load_addr2)

s0 = sm.active[0].copy()
Expand Down

0 comments on commit 7807ba2

Please sign in to comment.