我有几个关于QSYM和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当我输入$AFL_ROOT/afl-fuzz -S afl-slave -i $INPUT -o $OUTPUT -- $AFL_CMDLINE时,出现了一个错误"-S是未定义的“。
我该怎么解决这个问题?根据AFL中的ReadMe文件,我确信"-S“是一个合法的命令。
我该怎么办?
要了解更多关于QSYM的信息,请转到以下GitHub链接:https://github.com/sslab-gatech/qsym
谢谢。
发布于 2020-09-14 04:51:15
pytest 5+不支持python2
支持python 2.7的最后一个版本是4.6.x
免责声明:我是一个最热的核心开发人员。
https://stackoverflow.com/questions/63878228
复制相似问题