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.
1 parent 7e8e5a9 commit 6395453Copy full SHA for 6395453
qiling/extensions/afl/afl.py
@@ -13,6 +13,7 @@ def ql_afl_fuzz(ql: Qiling,
13
""" Fuzz a range of code with afl++.
14
This function wraps some common logic with unicornafl.uc_afl_fuzz.
15
NOTE: If no afl-fuzz instance is found, this function is almost identical to ql.run.
16
+ :param Qiling ql: The Qiling instance.
17
:param str input_file: This usually is the input file name provided by the command argument.
18
:param Callable place_input_callback: This callback is triggered every time a new child is
19
generated. It returns True if the input is accepted, or the input would be skipped.
0 commit comments