Protocol Buffers (protobuf)

Hello, please help me understand how to work with protocol buffers in Make.

I’m using a webhook to receive a binary file serialized with protobuf. After receiving the file in Make, I’m not entirely sure which method to use to deserialize the file. I do have a .desc file for deserialization instructions.

Could you please advise if there is any capability in Make to work with protobuf at all?

Thank you for your assistance!