From 7ad8f6c7176c26c4fdbd80cec33f969235055839 Mon Sep 17 00:00:00 2001 From: Joey Jiao Date: Mon, 18 Jan 2021 11:05:57 +0800 Subject: android: Add libprotobuf aflpp custom_mutator example --- custom_mutators/libprotobuf-mutator-example/test.proto | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 custom_mutators/libprotobuf-mutator-example/test.proto (limited to 'custom_mutators/libprotobuf-mutator-example/test.proto') diff --git a/custom_mutators/libprotobuf-mutator-example/test.proto b/custom_mutators/libprotobuf-mutator-example/test.proto new file mode 100644 index 00000000..e2256c6e --- /dev/null +++ b/custom_mutators/libprotobuf-mutator-example/test.proto @@ -0,0 +1,7 @@ +syntax = "proto2"; + +message TEST { + required uint32 a = 1; + required string b = 2; +} + -- cgit 1.4.1