about summary refs log tree commit diff
path: root/custom_mutators/libprotobuf-mutator-example/test.proto
diff options
context:
space:
mode:
authorJoey Jiao <joeyjiaojg@163.com>2021-01-18 11:05:57 +0800
committerJoey Jiao <joeyjiaojg@163.com>2021-01-20 15:46:41 +0800
commit7ad8f6c7176c26c4fdbd80cec33f969235055839 (patch)
tree4a4e29ff30ed5e9a5c24f2ea8f00bdcc7cf2c0a5 /custom_mutators/libprotobuf-mutator-example/test.proto
parent9d9e148e5cb9e9118289a1d52e0b7aeff040b8bb (diff)
downloadafl++-7ad8f6c7176c26c4fdbd80cec33f969235055839.tar.gz
android: Add libprotobuf aflpp custom_mutator example
Diffstat (limited to 'custom_mutators/libprotobuf-mutator-example/test.proto')
-rw-r--r--custom_mutators/libprotobuf-mutator-example/test.proto7
1 files changed, 7 insertions, 0 deletions
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;
+}
+