Radamsa is a generic test case generator for robustness testing, aka a fuzzer.
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>