Home

Awesome

Fuzbolic Project: Path Constraint Classifier

Author: wombatwen (r05922009@ntu.edu.tw) Email: csienslab.pcc@gmail.com

Introduction

This repository provides the implementation of Path Constraint Classifier (PCC), which is a novel symbolic execution module to support solver selection functionality. Given a set of path constraint, PCC will predict a fatest solver according the characteristics of the input path constraint.

Usage & Simple Example

Please take a look of the tutorial scripts in the ./tutorial directory. It will tell you how to perform PCC to:

To reproduce the experiment results in the thesis, please take a look at the script in script/ExpUtils.

Architecture

Main Components:

Others:

Implementation Details

To be continue.

Experiments

To be continue.

Futrue Work