Metadata-Version: 2.1
Name: protofuzz
Version: 0.2
Summary: Google protobuf message generator
Home-page: https://github.com/trailofbits/protofuzz
Author: Trail of Bits
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Requires-Dist: protobuf (>=2.6.0)

"ProtoFuzz is a generic fuzzer for Google’s Protocol Buffers format.
Instead of defining a new fuzzer generator for custom binary formats, protofuzz automatically creates a fuzzer based on
the same format definition that programs use. ProtoFuzz is implemented as a stand-alone Python3 program.

