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 the paper: "Efficient Binary-Level Coverage Analysis" (accepted to ESEC/FSE'20). The artifacts are organized as follows: - `sample-binaries`. Folder that contains sample binaries patched with bcov. - `dataset.tar.gz`. Package that contains experimental data in csv format. - `figures`. 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`. - `install.sh`. This script builds and installs bcov together with its dependencies. - `experiment-01.sh`. 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. - `bcov.tar.gz`. Source code of the first public version of `bcov`. The tool is distributed under an MIT license.<br>



