Merge pull request #803 from klecko/patch-2

Fix the typo that has been bothering me each time I copy-pasted this …
This commit is contained in:
Carlos Polop 2024-02-25 13:45:55 +01:00 committed by GitHub
commit 05a727b3ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: