Skip to content

Commit

Permalink
Fix the typo that has been bothering me each time I copy-pasted this …
Browse files Browse the repository at this point in the history
…example
  • Loading branch information
klecko authored Feb 25, 2024
1 parent 0ee2fda commit fde720e
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 fde720e

Please sign in to comment.