8

I have this warning

(Last new path : none yet (odd, check syntax!))

in red after I try to fuzzing a file. I have no idea why it happens and I googled with no answers.

My command is like:

afl-fuzz -i testcases/ -o findings/ tcpdump-4.6.2/tcpdump -nr @@
4

1 回答 1

15

这通常意味着您的命令行实际上并未读取该文件。尝试在不使用 afl-fuzz 的情况下运行它,@@用目录中文件的路径替换testcases。希望 tcpdump 的消息会告诉您出了什么问题。

将来,您可能会在afl-users邮件列表上获得更多关注。如果您在 SO 上没有得到任何帮助,请尝试这样做。

于 2015-10-13T21:50:55.843 回答