We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9f6c8f + 5107758 commit 3dfcddbCopy full SHA for 3dfcddb
examples/fuzzing/linux_x8664/fuzz_x8664_linux.py
@@ -98,10 +98,10 @@ def start_afl(_ql: Qiling):
98
os._exit(0)
99
100
except UcAfl.UcAflError as ex:
101
- # This hook trigers more than once in this example.
+ # This hook triggers more than once in this example.
102
# If this is the exception cause, we don't care.
103
104
- # TODO: Chose a better hook position :)
+ # TODO: choose a better hook position :)
105
if ex.errno != UcAfl.UC_AFL_RET_CALLED_TWICE:
106
raise
107
0 commit comments