cyrilli / 19fall_software_proj

Toy python fuzzer using UCB1 score to select seed file and mutation operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

19fall_software_proj

Toy python fuzzer using UCB1 score to select seed file and mutation operator

The baseline fuzzer is adopted from the fuzzingbook. To run the experiments, run main.py file. Variable n is the number of inputs to try.

Requirements:

  • matplotlib
  • numpy
  • scipy
  • pandas
  • graphviz
  • svglib
  • selenium
  • jupyter_contrib_nbextensions

About

Toy python fuzzer using UCB1 score to select seed file and mutation operator


Languages

Language:Python 99.7%Language:HTML 0.3%