Sha256: 671ac77ecd6306dd4d120bf2a8d1e3026247daac4260367781468ecbbba040f6
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
# Run the fuzz test. def run system("AFL_SKIP_BIN_CHECK=1 afl-fuzz -i input/ -o output/ -m 100 -- ruby script.rb") end def generate require_relative '../../lib/protocol/http2/framer' framer = Protocol::HTTP2::Framer.new($stdout) frame = Protocol::HTTP2::DataFrame.new frame.pack("Hello World") framer.write_frame(frame) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
protocol-http2-0.14.1 | fuzz/framer/bake.rb |
protocol-http2-0.14.0 | fuzz/framer/bake.rb |