Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 875 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 875 Bytes

FuzzFlesh

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