freebsd-ports/security/honggfuzz/pkg-plist
Wen Heping 1f97047ba3 Honggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test
files, Hongfuzz supplies and modifies input to a test program and utilize the
ptrace() API/POSIX signal interface to detect and log crashes.

WWW:    http://code.google.com/p/honggfuzz/
2011-01-05 01:54:24 +00:00

13 lines
645 B
Text

@comment $FreeBSD$
bin/honggfuzz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/lowBytesIncrease.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/o20.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputfiles/badcode1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1-with-externalfuzzer.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/badcode1.c
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/targets
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inputfiles
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/externalfuzzers
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%