Giter Site home page Giter Site logo

winafl-scripts's Introduction

Winafl-scripts

Python scripts, that wraps common utilities like cmin, tmin, etc.

cmin

config entry: AFL_CMIN

  • INP_DIR - string, path to testcases
  • MIN_DIR - string, path to directory with minimised samples
  • TIMEOUT - int, timeout value
  • ADDITIONAL_CMD - array of strings, additional parameters
  • TARGET_CMD - arguments for app

collect

config entry: COLLECT

  • FUZZER_SYNC_DIR - string, path to fuzzers sync directory
  • OUT_DIR - string, path to directory, where to write all aoutput results
  • JUST_GET_STATS - bool, if false, will calculate stats, without copying
  • VERBOSITY - bool, if true, verbosity level is maximum

coverage

config entry: COVERAGE

  • WORKERS - int, number of threads
  • INP_DIR - string, path to samples directory
  • OUT_DIR - string, path to directory with generated coverage files
  • TARGET_APP - string, path to app

crash_analyzer

config entry: CRASH_ANALYZER

  • WORKERS - int, amount of threads
  • BUGID_DIR - string, path to directory with BugId
  • INP_DIR - string, path to directory with results of fuzzing
  • REPORTS_DIR - string, path to directory with generated reports
  • DELETE_NON_CRASHING - bool, delete samples, if they aren't cause crashes
  • ADDITIONAL_CMD - array of strings, additional parameters
  • TARGET_APP - string, path to target app

fuzz

config entry: FUZZ

  • INP_DIR - string, path to directory with samples
  • OUT_DIR - string, directory, where to write fuzzed samples
  • TIMEOUT - string, timeout value
  • D_RIO_OPTIONS - array of strings, options for dynamorio
  • TARGET_CMD - array of strings, target app command line

run_test

config entry: RUN_TEST

  • OUT_DIR - string, path to directory with samples to test on
  • D_RIO_OPTIONS - array of strings, options for dynamorio
  • TARGET_CMD - array of strings, command line for target app

tmin

config entry: AFL_TMIN

  • WORKERS - int, number of threads
  • INP_DIR - string, path to directory with files to minimise
  • MIN_DIR - string, path to directory, where to write minimised samples
  • TIMEOUT - string, timeout value
  • D_RIO_OPTIONS - array of strings, dynamorio options
  • TARGET_CMD - array of strings, command line for target app
  • EXCLUDE - array of strings, files to exclude

winafl-scripts's People

Contributors

m4drat avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

deeby

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.