This is the folder to download and build the benchmarks.
config.txt: necessary configurations for our implimentations, each line is for one program.
prepare.sh: download and build steps for each program.
xmlparse.c: a fuzz harness downloaded from official website for testing libxml2 library.
There are three steps to add new a program:
-
download the source code.
-
add program configurations to config.txt.
-
build the program following the buiding options in prepare.sh.