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

流过昼夜 提交于 2021-01-27 04:17:07

问题


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 @@

回答1:


It usually means that your command line doesn't actually read the file. Try running it without afl-fuzz, substituting @@ with a path to a file from the testcases directory. Hopefully tcpdump's message will tell you what is wrong.

In the future, you might get more attention on the afl-users mailing list. Try that if you're not getting any help on SO.



来源:https://stackoverflow.com/questions/32625699/afl-warning-last-new-path-none-yet-odd-check-syntax

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!