I have a couple questions about QSYM and master-slave in AFL.
export AFL_ROOT="/workdir/afl-2.52b"
export INPUT="/workdir/example/input"
export OUTPUT="/workdir/example/output"
export AFL_CMDLINE="/workdir/example/test.bin @@"
$AFL_ROOT/afl-fuzz -S afl-slave -i $INPUT -o $OUTPUT -- $AFL_CMDLINE
When I put in $AFL_ROOT/afl-fuzz -S afl-slave -i $INPUT -o $OUTPUT -- $AFL_CMDLINE
, an error "-S is undefined" appeared.
How do I fix this? According to the ReadMe file in AFL, I am certain that "-S" is a legit command.
Python 2.7 reached the end of its life on January,2020 please upgrade pytest to its latest version has appeared.
What should I do?
To know more about QSYM, please goto this GitHub link: https://github.com/sslab-gatech/qsym
Thank you.
pytest 5+ does not support python2
the last version which supported python 2.7 was 4.6.x
disclaimer: I am a pytest core dev