Tiecoon / B7

Mirror of https://gitlab.com/tiecoon/B7
BSD 2-Clause "Simplified" License
6 stars 3 forks source link

B7

Build Status

A WIP project that aims to ease/automatically perform instruction counting by running programs with various input under multiple harnesses like perf or Dynamorio.

Installation

Currently only installs on linux systems due to perf not being separated yet

To install run:

git submodule init
git submodule update
cargo install --path .

Requirements

Testing

To run multiple tests at the same time pass -- --test-threads=1 to cargo test to ensure stability

Documentation

cargo docs --open

Contribute

To get involved in the project, read the Contribution Guidelines

Communication

The B7 blog is located in the Rensselaer Center for Open Source Observatory project page [here](https://rcos.io/projects/tiecoon/b7/](https://rcos.io/projects/tiecoon/b7/profile)

Conduct

Please abide by the B7 Code of Conduct when contributing to the project and interacting with the community.