Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Side by Side Diff: syzygy/instrument/test_data/afl-good-whitelist.json

Issue 2951713003: adds the afl instrumenter. (Closed)
Patch Set: addressed feedback Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « syzygy/instrument/test_data/afl-good-blacklist.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "whitelist" : [
3 // Functions that don't exist in test_dll.dll
4 "fuzzme", "pattern1", /* "foo", */ "_pattern2",
5 // Function that exists in test_dll.dll
6 "Unused::M"
7 ]
8 }
OLDNEW
« no previous file with comments | « syzygy/instrument/test_data/afl-good-blacklist.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698