Index: syzygy/instrument/test_data/afl-good-blacklist.json |
diff --git a/syzygy/instrument/test_data/afl-good-blacklist.json b/syzygy/instrument/test_data/afl-good-blacklist.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aa4b31b00698accd04a130fc00e623979d8e407c |
--- /dev/null |
+++ b/syzygy/instrument/test_data/afl-good-blacklist.json |
@@ -0,0 +1,8 @@ |
+{ |
+ "blacklist" : [ |
+ // Functions that don't exist |
+ "fuzzme", "pattern1", /* "foo", */ "_pattern2", |
+ // Function that exists |
+ "Unused::M" |
+ ] |
+} |