49c00648bd
--------------------------- Version 2.52b (2017-11-04): --------------------------- - Upgraded QEMU patches from 2.3.0 to 2.10.0. Required troubleshooting several weird issues. All the legwork done by Andrew Griffiths. - Added setsid to afl-showmap. See the notes for 2.51b. - Added target mode (deferred, persistent, qemu, etc) to fuzzer_stats. Requested by Jakub Wilk. - afl-tmin should now save a partially minimized file when Ctrl-C is pressed. Suggested by Jakub Wilk. - Added an option for afl-analyze to dump offsets in hex. Suggested by Jakub Wilk. - Added support for parameters in triage_crashes.sh. Patch by Adam of DC949.
17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.61 2017/11/23 15:11:29 wiz Exp $
|
|
|
|
DISTNAME= afl-2.52b
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lcamtuf.coredump.cx/afl/
|
|
COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input
|
|
LICENSE= apache-2.0
|
|
|
|
USE_TOOLS+= bash:run gmake
|
|
REPLACE_SH+= afl-plot
|
|
REPLACE_BASH+= afl-cmin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|