Python scripts, that wraps common utilities like cmin, tmin, etc.
config entry: AFL_CMIN
INP_DIR
- string, path to testcasesMIN_DIR
- string, path to directory with minimised samplesTIMEOUT
- int, timeout valueADDITIONAL_CMD
- array of strings, additional parametersTARGET_CMD
- arguments for app
config entry: COLLECT
FUZZER_SYNC_DIR
- string, path to fuzzers sync directoryOUT_DIR
- string, path to directory, where to write all aoutput resultsJUST_GET_STATS
- bool, if false, will calculate stats, without copyingVERBOSITY
- bool, if true, verbosity level is maximum
config entry: COVERAGE
WORKERS
- int, number of threadsINP_DIR
- string, path to samples directoryOUT_DIR
- string, path to directory with generated coverage filesTARGET_APP
- string, path to app
config entry: CRASH_ANALYZER
WORKERS
- int, amount of threadsBUGID_DIR
- string, path to directory with BugIdINP_DIR
- string, path to directory with results of fuzzingREPORTS_DIR
- string, path to directory with generated reportsDELETE_NON_CRASHING
- bool, delete samples, if they aren't cause crashesADDITIONAL_CMD
- array of strings, additional parametersTARGET_APP
- string, path to target app
config entry: FUZZ
INP_DIR
- string, path to directory with samplesOUT_DIR
- string, directory, where to write fuzzed samplesTIMEOUT
- string, timeout valueD_RIO_OPTIONS
- array of strings, options for dynamorioTARGET_CMD
- array of strings, target app command line
config entry: RUN_TEST
OUT_DIR
- string, path to directory with samples to test onD_RIO_OPTIONS
- array of strings, options for dynamorioTARGET_CMD
- array of strings, command line for target app
config entry: AFL_TMIN
WORKERS
- int, number of threadsINP_DIR
- string, path to directory with files to minimiseMIN_DIR
- string, path to directory, where to write minimised samplesTIMEOUT
- string, timeout valueD_RIO_OPTIONS
- array of strings, dynamorio optionsTARGET_CMD
- array of strings, command line for target appEXCLUDE
- array of strings, files to exclude