我有幾個關于 AFL 中的 QSYM 和主從的問題。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 使用舊版本的 Python (Python2),而要編譯 QSYM 的 Python 文件,我被要求使用最新版本的 Pytest (Pytest6),這需要 Python3。即使我嘗試在我的 PC 上使用 Python3 升級我的 pytest 也不起作用,只要它檢測到 Python2,它就不讓我將 pytest 升級到版本 6。錯誤:Python 2.7 reached the end of its life on January,2020 please upgrade pytest to its latest version has appeared.我應該怎么辦?要了解有關 QSYM 的更多信息,請訪問此 GitHub 鏈接:https://github.com/sslab-gatech/qsym謝謝。
添加回答
舉報
0/150
提交
取消