GithubHelp home page GithubHelp logo

vladandrew / conffuzz-ndss-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from conffuzz/conffuzz-ndss-data

0.0 0.0 0.0 62.7 MB

ConfFuzz NDSS Data Set

License: Other

Shell 82.98% Gnuplot 12.13% Makefile 4.89%

conffuzz-ndss-data's Introduction

ConfFuzz Data

This repository contains a data set of CIVs generated by ConfFuzz.

Each (application, library) tuple has its own folder under sandbox or safebox.

The paper provides an analysis of this data set.

Data Set Processing

  • Sanitizing the data set:
$ make sanitize-data-set

Ideally we shouldn't need this, but the fuzzer has a few bugs in its output of fuzzing metadata.

Data Set Visualization

The Makefile provides rules to generate the paper's figures.

  • Generating the paper's main table:
$ make paper-table
  • Generating the paper's plots:
$ make paper-plots

The resulting plots will be available under paper-figures-generators/.

Other Scripts

Data Set Analysis

  • data-set-analyzers/find-complex-crashes.sh: can be used to find crashes that have more than one alteration.
  • data-set-analyzers/find-multi-impact.sh: can be used to find crashes that have more than one impact.
  • data-set-analyzers/compare-outputs.sh: can be used to merge two ConfFuzz crashes/ folders.

The rest of scripts should not be needed.

Data Set Sanitization

  • data-set-sanitizers/(de)compress-crashes.sh: can be used to compress and decompress large crash output. This was necessary for Memcached.

The rest of scripts from data-set-sanitizers/ are used by make sanitize-data-set.

Generating Static/Manual API Usage Analysis (for Coverage)

Sometimes, ConfFuzz's static analysis can fail to find calls to API endpoints, for a variety of reasons - static analysis is not perfect.

In this case we performed the rest of the analysis manuall. A few examples:

$ cat interfaces/cc/aspell.h | grep -v define |grep -Po " [^\s]+\(" | sort -u | wc -l
$ grep --include *.cc -rPo "(xml|html)[^\(:\s_\d\.]*\(" | sed "s/.*://g" | sort -u
$ grep --include *.c -rPo "(xml|html)[^\(:\s_]*\(" | sed "s/.*://g" | sort -u

conffuzz-ndss-data's People

Contributors

hlef 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.