1

I have a message encoded with Nanopb implementation of Google Protocol Buffers.

I have to decode it to display the decoded result on a php page.

Is it possible to do it with PHP ? If not, what is the best solution to do it in order to get an exploitable result in php ?

Thanks for your help.

iAmoric
  • 1,787
  • 3
  • 31
  • 64
  • Have you done any research? https://en.wikipedia.org/wiki/Protocol_Buffers#Language_support states *Third-party implementations are also available for PHP* – Alex Blex Jun 28 '17 at 08:53

1 Answers1

2

Use php implementation of google protocol buffers like for instance:

google/protobuf/php

protobuf-php

Davorin Ruševljan
  • 4,353
  • 21
  • 27