Skip to content

Tiecoon/B7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca0926d · Feb 19, 2020
Dec 1, 2019
Oct 18, 2018
Feb 19, 2020
Feb 19, 2020
Nov 24, 2019
Sep 24, 2018
Nov 1, 2019
Dec 1, 2019
Nov 15, 2019
Sep 16, 2019
Nov 16, 2019
Apr 9, 2019
Oct 5, 2018
Nov 12, 2019
Dec 1, 2019

Repository files navigation

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

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.