简体   繁体   English

Nanopb-用PHP解码

[英]Nanopb - decode with PHP

I have a message encoded with Nanopb implementation of Google Protocol Buffers. 我有一条消息是用Google协议缓冲区的Nanopb实现编码的。

I have to decode it to display the decoded result on a php page. 我必须对其进行解码以在php页面上显示解码结果。

Is it possible to do it with PHP ? 有可能用PHP做到吗? If not, what is the best solution to do it in order to get an exploitable result in php ? 如果不是,为了在php中获得可利用的结果,最好的解决方案是什么?

Thanks for your help. 谢谢你的帮助。

Use php implementation of google protocol buffers like for instance: 使用google协议缓冲区的php实现,例如:

google/protobuf/php google / protobuf / php

protobuf-php protobuf-php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM