Unpacking MessagePack
SALT messages are encoded with a library called msgpack
, the Python implementation
of MessagePack. How can we read them?
Here’s an example message I want to decode:
SALT messages are encoded with a library called msgpack
, the Python implementation
of MessagePack. How can we read them?
Here’s an example message I want to decode: