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

1

10

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 @@
Mete answered 17/9, 2015 at 8:26 Comment(0)
C
17

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.

Cedell answered 13/10, 2015 at 21:50 Comment(1)
Wow, it has been months. I didn't expect anyone will really answer this, thanks. It happens sometimes, my guess is lack of library to successfully build the target.Mete

© 2022 - 2024 — McMap. All rights reserved.