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