Rui6188 commited on
Commit
5686cf1
·
verified ·
1 Parent(s): 438e46d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
  ```