burp-protobuf-decoder
burp-protobuf-decoder copied to clipboard
Support Serialize with Length Prefix
Some protobuf implementations (such as protobuf-net) serialize messages with a length prefix as an 32-bit Integer in Little-Endian. Introduce an option that allows a user to support serialization for this protobuf implementation.