google / buzzer

Apache License 2.0
411 stars 28 forks source link

Integrate the new protobuf instruction representation into the codebase #48

Closed thatjiaozi closed 3 months ago

thatjiaozi commented 3 months ago

This change:

  1. Deprecates the in-house structures to represent ebpf in favor of the new protobuf
  2. Updates all the codebase to work with the protobufs
  3. Deprecates the fuzzing strategies, the decision was taken after experimenting with them a little bit further and realizing that they introduce a lot of boiler plate when creating ebpf fuzz cases, an alternative will be introduced in the next pull request