How to reverse engineer generated java file to original proto file ?
48 views
Skip to first unread message
d w
unread,
Jul 21, 2020, 5:15:16 PM7/21/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
Hi ,
i have a generated protobuf java file , i need to get the original proto file (then generate other language interfaces ..) .
is there any way to do this ?
thanks .
d w
unread,
Jul 21, 2020, 8:11:44 PM7/21/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
and i have one DescriptorProtos.FileDescriptorSet ready , but "toString" of it can't generate normal proto file . but some other format of text file . how to generate .proto file from one FileDescriptorSet ?