trailofbits / manticore

Symbolic execution tool
https://blog.trailofbits.com/2017/04/27/manticore-symbolic-execution-for-humans/
GNU Affero General Public License v3.0
3.66k stars 470 forks source link

Regenerate protobuf code with protoc>=3.19.0 #2555

Closed kokrui closed 2 years ago

kokrui commented 2 years ago

As of protobuf 4.21.0, generated code must be generated with protoc>=3.19.0

This PR generates the TUI state protobuf code with protoc==3.21.1

kokrui commented 2 years ago

seems like upgrading to protobuf 4 requires some syntax changes to the protobuf spec and the API is slightly different, so I'll just pin the protobuf version to 3.20.1 for now