Skip to content

Commit

Permalink
Merge pull request #803 from klecko/patch-2
Browse files Browse the repository at this point in the history
Fix the typo that has been bothering me each time I copy-pasted this …
  • Loading branch information
carlospolop authored Feb 25, 2024
2 parents 0ee2fda + fde720e commit 05a727b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def main(argv):

# Avoiding this address
avoid_address = 0x080485A8
simulation.explore(find=good_address , avoid=avoid_address ))
simulation.explore(find=good_address, avoid=avoid_address)

# If found a way to reach the address
if simulation.found:
Expand Down

0 comments on commit 05a727b

Please sign in to comment.