You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will use the files in the seeds_dir to mutate during the fuzzing. The @@ option says "my input is a path to a file", which AFL which generate for you.
This pops up an interactive window that shows you the AFL progress and the crashes it's generating. The output DLLs will be put in output_dir, so you can feed them back into mddump to see the crash in GDB.
See https://llvm.org/docs/LibFuzzer.html
The text was updated successfully, but these errors were encountered: