Home > Back-end >  Protobuf simple analysis tools and source code
Protobuf simple analysis tools and source code

Time:09-20

Ming
Because of work need to analyze protobuf data, Google, personally, I didn't find suitable reference Google protobuf document, wrote an analysis tool, the program using c + + Builder XE10.2, win64 implementation,
Because it is a temporary code, write very casual, very few comments,

Compile tools
C + + Builder XE 10.2

Description
Due to the c + + Builder's own c + + compiler doesn't support c + + 11, so we have to choose a 64 - bit version,
Package has with has compiled prototools. X64. Exe, can be run directly under a 64 - bit system,
When use, the corresponding tree node, please point right, make corresponding choice,
Note that to analyze the data is generated by the original protobuf data, save to file,
The code address
https://code.csdn.net/zdhsoft/protobuf_tools/tree/master

CodePudding user response:

Support, although don't know much about the protobuf,

CodePudding user response:

reference 1st floor u010165006 response:
support, although don't know much about the protobuf,
I don't understand

CodePudding user response:

Is in no. Proto file the case analysis of data? That is my guess

CodePudding user response:

reference netying reply: 3/f
is in no. Proto file the case analysis of data? That is my guess

Is this meaning, in this way, you can probably backstepping proto's definition, in fact, I have already successfully used,
  • Related