Skip to content

Encoding

Domain: encoding

Binary format detection, encoding conversion, entropy analysis, and raw protobuf decoding.

Profiles

  • workflow
  • full

Typical scenarios

  • Identify unknown payload formats
  • Convert between encodings
  • Decode schema-less protobuf payloads

Common combinations

  • network + encoding

Full tool list (5)

ToolDescription
binary_detect_formatDetect binary payload format and encoding signals.
binary_decodeDecode binary payloads into hex, utf8, or json output.
binary_encodeEncode utf8/hex/json input into base64/hex/url output.
binary_entropy_analysisCompute entropy and byte frequency for a payload.
protobuf_decode_rawDecode protobuf bytes without a schema.

Released under AGPL-3.0-only