afl-fuzz 2.26b
Closes #3574. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
9e2bb6d033
commit
b89e6485bb
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class AflFuzz < Formula
|
||||
desc "American fuzzy lop: Security-oriented fuzzer"
|
||||
homepage "http://lcamtuf.coredump.cx/afl/"
|
||||
url "http://lcamtuf.coredump.cx/afl/releases/afl-2.22b.tgz"
|
||||
sha256 "9f5ef39927626fe107153ee0c886b0ac3cd16903d0261ca53f64e83e8404a18d"
|
||||
url "http://lcamtuf.coredump.cx/afl/releases/afl-2.26b.tgz"
|
||||
sha256 "504140f4f234ba12413ec446f31d2204228efa1b8b755b44e31283293489eff9"
|
||||
|
||||
bottle do
|
||||
sha256 "d4d3b71d4254158694361419d91602b1f85b3d36dde092607b54cf203fb14bd1" => :el_capitan
|
||||
|
@ -15,7 +15,7 @@ class AflFuzz < Formula
|
|||
# behaving correctly!" in a nested login shell.
|
||||
# Reported to lcamtuf@coredump.cx 6th Apr 2016.
|
||||
inreplace "Makefile" do |s|
|
||||
s.gsub! "all: test_x86 $(PROGS) afl-as test_build all_done", "all: test_x86 $(PROGS) afl-as all_done"
|
||||
s.gsub! "all: test_x86 $(PROGS) afl-as libdislocator.so test_build all_done", "all: test_x86 $(PROGS) afl-as libdislocator.so all_done"
|
||||
s.gsub! "all_done: test_build", "all_done:"
|
||||
end
|
||||
system "make", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue