How to Install afl-clang in Ubuntu 18.04



Install afl-clang by entering the following commands in the terminal:

sudo apt update
sudo apt install afl-clang

Description:

instrumentation-driven fuzzer for binary formats - clang support

American fuzzy lop is a fuzzer that employs compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. . This package provides support for the clang compiler.

Homepage: http://lcamtuf.coredump.cx/afl/

Version: 2.52b-2

Section: universe/devel