mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
970ea2ad54
It can be used to test how well a program can stand malformed and potentially malicious inputs. It operates on given sample inputs and thus requires minimal effort to set up. WWW: https://www.ee.oulu.fi/research/ouspg/Radamsa PR: ports/187576 Submitted by: Jukka Ukkonen <jau@iki.fi>
16 lines
292 B
Makefile
16 lines
292 B
Makefile
# Created by: Jukka Ukkonen <jau@iki.fi>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= radamsa
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://ouspg.googlecode.com/files/
|
|
|
|
MAINTAINER= jau@iki.fi
|
|
COMMENT= General purpose fuzzer
|
|
|
|
PLIST_FILES= bin/radamsa \
|
|
man/man1/radamsa.1.gz
|
|
|
|
.include <bsd.port.mk>
|