We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We do have the docker of QSYM, but:
Tracer
ANGR
The text was updated successfully, but these errors were encountered:
Not quite sure if this the right way:
AFL_ROOT="/AFL/afl" INPUT="/AFL/INPUTS" OUTPUT="/AFL/OUTPUTS" AFL_CMDLINE="/replace/replace.afl @@" QSYM_CMDLINE="/replace/replace" # run AFL master $AFL_ROOT/afl-fuzz -M afl-master -i $INPUT -o $OUTPUT -- $AFL_CMDLINE & # run AFL slave $AFL_ROOT/afl-fuzz -S afl-slave -i $INPUT -o $OUTPUT -- $AFL_CMDLINE & # run QSYM bin/run_qsym_afl.py -a afl-slave -o $OUTPUT -n qsym -- $QSYM_CMDLINE
It did not give too many inputs, though.
Sorry, something went wrong.
No branches or pull requests
We do have the docker of QSYM, but:
Tracer
, which is fromANGR
, I am not too sure if it's a fair comparison as they have multiple optimisations that we did not adopt.The text was updated successfully, but these errors were encountered: