Supplemental artifacts of the paper: Efficient Binary-Level Coverage Analysis
收藏资源简介:
NOTE: the official repository of bcov is: https://github.com/abenkhadra/bcov This repository contains the artifacts accompanying our paper: "Efficient Binary-Level Coverage Analysis", which appeared in ESEC/FSE'20. The artifacts consists of two packages, namely, bcov-benchmarks.tar.gz and bcov-artifacts.tar.gz. The former package contains the complete list of binaries described in our experiments. The artifacts of the latter package are organized as follows: - <strong>sample-binaries</strong>. Folder that contains sample binaries patched with bcov. - <strong>dataset.tar.gz</strong>. Package containing experimental data in csv format. - <strong>figures</strong>. Folder that contains the python script used to generate the figures<br> of our paper. It assumes that the dataset was first extracted to the folder `dataset`. - <strong>install.sh</strong>. This script builds and installs bcov together with its dependencies. - <strong>experiment-01.sh</strong>. This script patches our sample binaries and shows how coverage<br> data can be collected. It assumes that bcov was installed using the previous script. - <strong>bcov.tar.gz</strong>. Source code of the first public version of `bcov`. The tool is distributed under an MIT license.<br>



