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.