blackboxprotobuf icon indicating copy to clipboard operation
blackboxprotobuf copied to clipboard

Blackbox Protobuf is a set of tools for working with encoded Protocol Buffers (protobuf) without the matching protobuf definition.

Results 13 blackboxprotobuf issues
Sort by recently updated
recently updated
newest added

Pls add support unicode.

Hey, Awesome Repo. I have a few issues/questions so figured creating an issue would be the best way to open a line of comms. The gRPC data im trying to...

Hi guys, I really appreciate your work. It's awesome!!! I need to decode and encode protobuf for websocket. Is it possible that you can support the `WebSockets history` tab as...

Hi! I was editing a flow using `:bbpb.edit request-body`, but I noticed that if an invalid edit is saved, the editor (vim in my case) is reopened without an explanation....

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 4.25.8. Release notes Sourced from protobuf's releases. Protocol Buffers v3.20.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies
python

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 4.25.8. Release notes Sourced from protobuf's releases. Protocol Buffers v3.20.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies
python

Hello! Some values are missing after decoding. In this example the field `decoded_data["1"]["2"][0]["2"]["4"]` suppose to have a value of `image.png`, but instead it holds something else. The value `image.png` cannot...

Implements the `dedcode_wrapped_message` and `encode_wrapped_message` functions, which handle grpc and gzip encoding

Hello, I've noticed that certain gRPC-encoded messages (likely multi-message protobuf) are failing to decode or encode using `.decode_message` and `.encode_message`. However, the Burp extension can handle them successfully. I understand...