FuzzFlesh

September 26, 2024 ยท View on GitHub

Compiler testing using control flow graph fleshing

Pre-requisites

Install

Run the following commands from the root directory to set up a Python virtual environment and install the necessary packages:

cd $FUZZFLESH/src
python -m venv venv
source venv/bin/activate
pip install -e .

Run

  • Create an output directory, ideally somewhere outside of the repo
  • Edit the template scripts/run_template.sh to point to the relevant filepaths on your machine
  • Run the shell script