about summary refs log tree commit diff
path: root/include/afl-fuzz.h
AgeCommit message (Expand)Author
2021-08-12AFL_IGNORE_PROBLEMS + library checks and documentationvanhauser-thc
2021-07-30makefile fixesvanhauser-thc
2021-07-09more fixesvanhauser-thc
2021-07-09fixesvanhauser-thc
2021-06-27Select (#995)van Hauser
2021-06-10fix AFL_CAL_FASTvanhauser-thc
2021-05-25add AFL_TRY_AFFINITYvanhauser-thc
2021-05-25AFL_SKIP_CRASHES is obsolete since 3.0vanhauser-thc
2021-05-08ensure crashes/README.txt existsvanhauser-thc
2021-05-07Exit on time (#904)Roman M. Iudichev
2021-05-07Fix memory errors when trim causes testcase growth (#881) (#903)realmadsci
2021-04-30fixed potential double free in custom trim (#881)Dominik Maier
2021-04-13add AFL_EXIT_ON_SEED_ISSUESvanhauser-thc
2021-04-13ui custom mutator only displayvanhauser-thc
2021-03-27ensure one fuzzer sync per cycle, cycle introspectionvanhauser-thc
2021-03-25remove warningsvanhauser-thc
2021-03-24Merge branch 'replay' into tmpvan Hauser
2021-03-23fixed tiny nitpicksDominik Maier
2021-03-06complete implemenation, still no testvanhauser-thc
2021-03-02add de-unicoded dictionary entriesvanhauser-thc
2021-02-24edges in plot fileAndrea Fioraldi
2021-02-22code formatvanhauser-thc
2021-02-22minimum sync timevanhauser-thc
2021-02-21cmplog config.h -> -l optionvanhauser-thc
2021-02-07persistent replay env setupvanhauser-thc
2021-02-07prev_run_time loaded used only for ui and when writing the stats filevj-27
2021-02-06set prev_run_time inside afl statevj-27
2021-02-05load run time and donot load pending_* or *_favouredvj-27
2021-02-05load existing stats file when in AFL_AUTORESUME or -i -vj-27
2021-02-01import cmplog optsvan Hauser
2021-01-31fix -Z, remove q->nextaflpp
2021-01-30added AFL_CMPLOG_ONLY_NEW featurevan Hauser
2021-01-30foreign sync from ctime to mtime (libfuzzer)van Hauser
2021-01-21Merge pull request #689 from AFLplusplus/cmplog_mergevan Hauser
2021-01-20Fix build error for AndroidJoey Jiao
2021-01-17fix colorizationvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-07User defined kill signal value (#678)buherator
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-03cmplog cleanupvan Hauser
2020-12-31float2doublevan Hauser
2020-12-30cleanup of hot fix for -s on 32-bithexcoder-
2020-12-28added corpus introspectionvan Hauser
2020-12-21another 32 bit fixvan Hauser
2020-12-18mem error fixvan Hauser
2020-12-18fixvan Hauser
2020-12-18merge romu and skimvan Hauser
2020-12-17skim importvan Hauser
2020-12-08fix aflfast changesvan Hauser
2020-12-07Sampling next seed by weight (hit_count, bitmap_size, exec_us)Marcel Boehme