I'm building a fuzzer tool that uses protobuf to define input structures,
and fuzz accordingly. I would like to restrict certain fields to a range of
values (for example, -2^5 to 2^5, or -2^12 to 2^12, and so on).

I've looked at this thread (
https://groups.google.com/forum/#!topic/protobuf/KhZtMr78U7Y) but am not
sure of the answer yet, and the thread seems dead. Is there any way to
restrict values in Protobuf directly, or do I have to handle this
externally, in the tool's cpp code / somewhere else?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to