ports/153131: New port: security/honggfuzz: A general-purpose fuzzer with simple, command-line interface
Sofian Brabez
sbrabez at gmail.com
Mon Dec 13 20:10:09 UTC 2010
>Number: 153131
>Category: ports
>Synopsis: New port: security/honggfuzz: A general-purpose fuzzer with simple, command-line interface
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 13 20:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Sofian Brabez
>Release: FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd81 8.1-STABLE FreeBSD 8.1-STABLE #1: Tue Aug 31 22:46:46 CEST 2010
>Description:
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/
http://regis.goodking.ca/tb/logs/7-sbz/honggfuzz-0.1.log
http://regis.goodking.ca/tb/logs/8-sbz/honggfuzz-0.1.log
http://regis.goodking.ca/tb/logs/9-sbz/honggfuzz-0.1.log
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- honggfuzz-0.1.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# honggfuzz
# honggfuzz/Makefile
# honggfuzz/pkg-descr
# honggfuzz/pkg-plist
# honggfuzz/distinfo
#
echo c - honggfuzz
mkdir -p honggfuzz > /dev/null 2>&1
echo x - honggfuzz/Makefile
sed 's/^X//' >honggfuzz/Makefile << 'e960545930a29b80ae20bf15ee37ba4f'
X# New ports collection makefile for: honggfuzz
X# Date created: 2010-12-13
X# Whom: Sofian Brabez <sbrabez at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= honggfuzz
XPORTVERSION= 0.1
XCATEGORIES= security
XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
XEXTRACT_SUFX= .tgz
X
XMAINTAINER= sbrabez at gmail.com
XCOMMENT= A general-purpose fuzzer with simple, command-line interface
X
XUSE_GMAKE= yes
X
XEXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
X
Xdo-patch:
X @${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh
X
Xdo-build:
X @(cd ${WRKSRC}; ${GMAKE})
X
Xdo-install:
X.if !defined(NOPORTEXAMPLES)
X @${MKDIR} ${EXAMPLESDIR}
X @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
X
X.endif
X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
X
X.include <bsd.port.mk>
e960545930a29b80ae20bf15ee37ba4f
echo x - honggfuzz/pkg-descr
sed 's/^X//' >honggfuzz/pkg-descr << 'abe6f71f910e545bd77f1268f495659e'
XHonggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test
Xfiles, Hongfuzz supplies and modifies input to a test program and utilize the
Xptrace() API/POSIX signal interface to detect and log crashes.
X
XWWW: http://code.google.com/p/honggfuzz/
abe6f71f910e545bd77f1268f495659e
echo x - honggfuzz/pkg-plist
sed 's/^X//' >honggfuzz/pkg-plist << '1bad8e48fc4de402cde10652c2763ad7'
X at comment $FreeBSD$
Xbin/honggfuzz
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/lowBytesIncrease.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/o20.sh
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputfiles/badcode1.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1-with-externalfuzzer.sh
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1.sh
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/Makefile
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/badcode1.c
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/targets
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inputfiles
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/externalfuzzers
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
1bad8e48fc4de402cde10652c2763ad7
echo x - honggfuzz/distinfo
sed 's/^X//' >honggfuzz/distinfo << '6298ed4c90449105cc8b9d52e198fe24'
XSHA256 (honggfuzz-0.1.tgz) = 5eabcb34e63989ed4f5642d912c8641cae186311d69337401092b6d50f806e3a
XSIZE (honggfuzz-0.1.tgz) = 18228
6298ed4c90449105cc8b9d52e198fe24
exit
--- honggfuzz-0.1.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list