Honggfuzz honggfuzz¶ Security oriented fuzzer with powerful analysis options. Supports evolutionary, feedback-driven fuzzing based on code coverage (software- and hardware-based) Example with Damn Vulnerable C Program¶ Compiling the Program: >>> ../honggfuzz/hfuzz_cc/hfuzz-gcc -g -fsanitize=address imgRead.c -o imgread Fuzz the Program: >>> honggfuzz -i input -- ./imgread ___FILE___