diff --git a/afl_transforms/tools/zax/test/test_graph.sh b/afl_transforms/tools/zax/test/test_graph.sh index 4e74eb18dd9bec23d5ebdf7645d43007a3c8d235..397170513be6ebfbe69e0098317b72cdcc475edb 100755 --- a/afl_transforms/tools/zax/test/test_graph.sh +++ b/afl_transforms/tools/zax/test/test_graph.sh @@ -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 }