Update README.md
Browse files
README.md
CHANGED
|
@@ -288,4 +288,6 @@ patch: (str) - The patch which adds a print statement "HIT TARGET!" at the targe
|
|
| 288 |
dockerfile: (str) - The Dockerfile of evaluation environment.
|
| 289 |
fuzzing_harness: (str) - The fuzzing harness, used by Oss-Fuzz.
|
| 290 |
build_script: (str) - The build script to install required dependencies for fuzzing campaigns.
|
|
|
|
|
|
|
| 291 |
```
|
|
|
|
| 288 |
dockerfile: (str) - The Dockerfile of evaluation environment.
|
| 289 |
fuzzing_harness: (str) - The fuzzing harness, used by Oss-Fuzz.
|
| 290 |
build_script: (str) - The build script to install required dependencies for fuzzing campaigns.
|
| 291 |
+
realistic_context: (list) - The source code of programs retrieved with realistic retrieval.
|
| 292 |
+
realistic_call_paths: (list) - The valid call paths from fuzzing harness to the target function retrieved from static call graph.
|
| 293 |
```
|