Skip to content

Commit 6395453

Browse files
committed
Update comments
1 parent 7e8e5a9 commit 6395453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qiling/extensions/afl/afl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def ql_afl_fuzz(ql: Qiling,
1313
""" Fuzz a range of code with afl++.
1414
This function wraps some common logic with unicornafl.uc_afl_fuzz.
1515
NOTE: If no afl-fuzz instance is found, this function is almost identical to ql.run.
16+
:param Qiling ql: The Qiling instance.
1617
:param str input_file: This usually is the input file name provided by the command argument.
1718
:param Callable place_input_callback: This callback is triggered every time a new child is
1819
generated. It returns True if the input is accepted, or the input would be skipped.

0 commit comments

Comments
 (0)