mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 12:43:23 +00:00
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:
commit
05a727b3ad
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue