pip install protod
protod 080102...
protod '08 01 02...'
(with space/tab/newline)protod --b64 CAEIAQ==
protod --file ~/pb.bin
protod
for help
Different Renderer
s for different output:
- Print to terminal:
print(protod.dump(proto_bytes)) # ConsoleRenderer is used by default
There are examples for how to write custom Renderer
s:
- json
- html
- Mitmproxy addon: