From c6f3f974deaf18335727f442154e48c3549c0cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=B6ppner?= <0xffea@gmail.com> Date: Sat, 22 May 2010 13:10:37 +0200 Subject: [PATCH] New formula zzuf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Formula/zzuf.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Formula/zzuf.rb diff --git a/Formula/zzuf.rb b/Formula/zzuf.rb new file mode 100644 index 0000000000..fa84299b12 --- /dev/null +++ b/Formula/zzuf.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Zzuf