GithubHelp home page GithubHelp logo

tango_scripts's Introduction

Scripts

├── gen_cov.py: replay the seeds in the queue of a target's workdir.

├── gen_cov.sh: replay for all the appointed workdirs, until finished.

├── merge_cov_data.py: distill and merge the coverage data to a csv file.

└── replay_finished.py: ensure all seeds in a queue are replayed.

Usage

gen_cov.sh

gen_cov.sh needs four inputs:

  • target.
  • fuzzer.
  • relative path to the workdir (without the ending "-00X"), and the number of iterations.
e.g.
./gen_cov.sh openssh tango_nyxnet targets/openssh/out-openssh-tango_nyxnet 7

merge_cov_data.py

merge_cov_data.py can output the merged coverage data into a appointed csv file. The parameters needed are:

  • tuples of (target,fuzzer,relative path to the workdir (without the ending "-00X")).
  • output file name.
  • maximum number of iterations among the workdirs (if targets/openssl/out-openssl-nyxnet has only 4 iterations, while the input is 7, it will still work).
e.g.
python merge_cov_data.py -t "(openssh,tango_nyxnet,targets/openssh/out-openssh-tango_nyxnet)" "(openssh,nyxnet,targets/openssh/out-openssh-nyxnet)" "(dnsmasq,tango_nyxnet,targets/dnsmasq/out-dnsmasq-tango_nyxnet)" "(dnsmasq,tango_nyxnet,targets/dnsmasq/out-dnsmasq-tango_nyxnet)" -o out.csv -n 7

tango_scripts's People

Contributors

hoodiney avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.