Skip to content

ambergorzynski/control_flow_fleshing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compiler testing using control flow graph fleshing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published