Skip to content
Snippets Groups Projects
Commit 679def22 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Check aflwq

parent d3bb57be
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ check_afl()
{
which afl-showmap
if [ ! $? -eq 0 ]; then
log_error "AFL doesn't seem to be installed. Try: sudo apt install afl before proceeding"
log_error "AFL doesn't seem to be installed. Try: 'sudo apt install afl' before proceeding or download/build afl directly from source"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment