From bde073afd5a4fa6ab8335a4e619f991a25e62ac1 Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sat, 22 May 2010 13:10:37 +0200 Subject: New formula zzuf zzuf is a transparent application input fuzzer. Its purpose is to find bugs in applications by corrupting their user-contributed data (which more than often comes from untrusted sources on the Internet). It works by intercepting file and network operations and changing random bits in the program’s input. zzuf’s behaviour is deterministic, making it easier to reproduce bugs. --- Library/Formula/zzuf.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/zzuf.rb (limited to 'Library/Formula') diff --git a/Library/Formula/zzuf.rb b/Library/Formula/zzuf.rb new file mode 100644 index 000000000..fa84299b1 --- /dev/null +++ b/Library/Formula/zzuf.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Zzuf