nccgroup / blackboxprotobuf

Blackbox Protobuf is a set of tools for working with encoded Protocol Buffers (protobuf) without the matching protobuf definition.
MIT License
480 stars 82 forks source link

Support unicode #12

Closed fleytman closed 1 year ago

fleytman commented 2 years ago

Pls add support unicode.

rwinkelmaier-ncc commented 2 years ago

Hi,

Could you elaborate a bit more on where you're running into issues with unicode? If it's on the decoding side, what type is being used for the field in the typemap?

And is this in a Python 2, Python 3 or Jython (Burp) environment?