ProtoDeep icon indicating copy to clipboard operation
ProtoDeep copied to clipboard

🏄‍♂️ Decode and analyze protobuf efficiently.

Results 4 ProtoDeep issues
Sort by recently updated
recently updated
newest added

Trying to decode a protobuf message using the page.proto from googleapis : https://github.com/googleapis/googleapis/ ``` python main.py -t protobuf --base64 -nk --definitions ~/local/googleapis/google/cloud/dialogflow/cx/v3/page.proto ~/tmp/404ctf/protobuf.data Traceback (most recent call last): File "/home/arthur/local/ProtoDeep/main.py",...

When input data can't be decoded by `guess_schema`, (for example because it has a 'group' wire type, it will thrown a `TypeError: 'NoneType' object is not subscriptable`. That seems like...

Hi fellows, I'm getting this error while installing ProtoDeep, do you have any idea what might the cause and how to resolve it? ``` (venv) PS C:\Amged\Personal\my_projects> pip install protodeep...