Add support for fuzzing cppdap
Add build rules, scripts, basic corpus, and dictionary. Currently requires recent clang toolchain.
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -17,6 +17,14 @@
|
||||
"cwd": "${workspaceRoot}",
|
||||
"args": []
|
||||
},
|
||||
{
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"name": "fuzzer (lldb)",
|
||||
"program": "${workspaceFolder}/fuzz/build/cppdap-fuzzer",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"args": []
|
||||
},
|
||||
{
|
||||
"name": "unittests (gdb)",
|
||||
"type": "cppdbg",
|
||||
|
||||
Reference in New Issue
Block a user