about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
AgeCommit message (Collapse)Author
2021-03-18preserve plot_data for in-place resumerichinseattle@gmail.com
2021-03-15Add AFL_QEMU_CUSTOM_BIN environment flagrealmadsci
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-10fixed scan-build warningsDominik Maier
2021-03-09fix sanitizer settingsvanhauser-thc
2021-02-25changing the -t ...+ meaning to "auto-calculate buth this is the max"vanhauser-thc
2021-02-25edges in afl-plotAndrea Fioraldi
2021-02-24edges in plot fileAndrea Fioraldi
2021-02-22crash fixvanhauser-thc
2021-02-07fix scan-build issuesvanhauser-thc
2021-02-01making AFL_MAP_SIZE obsoletevan 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-28fix another pending_not_fuzzed locationvan Hauser
2021-01-28Fix dev branch for android (#710)Joey Jiaojg
* android: replace rindex with strrchr * android: support 64bit only due to 128bit integer not supported by 32bit system Co-authored-by: joeyjiaojg@qq.com <joeyjiaojg@163.com>
2021-01-27fix includevan Hauser
2021-01-26better foreign sync namevan Hauser
2021-01-26real fix plus code formatvan Hauser
2021-01-26wip fixvan Hauser
2021-01-23less stack mem reqvan Hauser
2021-01-22stack 2 heapvan Hauser
2021-01-15merge cmplogvan Hauser
2020-12-30fix 32-bit mode, fix weightingvan Hauser
2020-12-29fix localtime warnings from CodeQLhexcoder-
2020-12-16small fixesvan Hauser
2020-12-11fixed gcc analyzer warningsDominik Maier
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-11-18Solaris/Illumos build fix. (#609)David CARLIER
2020-11-16support AFL_LLVM_INSTRUMENT env for our own PCGUARDvan Hauser
2020-11-14now really fix -nhexcoder-
2020-11-14fix non instrumented mode, fix check_binaryhexcoder-
2020-10-24fix testcache bugvan Hauser
2020-10-23allow symbolize=1 for asan/debugvanhauser-thc
2020-10-14DragonFlyBSD build fix proposal.David Carlier
2020-10-14configurable testcache with malloc (#581)van Hauser
* cache item number to cache memory size * reload testcase if trimming changed the size * fix splicing selection * slim splicing * import sync fix * write testcache stats to fuzzer_stats * fix new seed selection algo * malloc+read instead of mmap * fix * testcache is configurable now and no reference counts * fixes compilation, test script * fixes * switch TEST_CC to afl-cc in makefile * code format * fix * fix crash * fix crash * fix env help output * remove unnecessary pointer resets * fix endless loop bug * actually use the cache if set * one more fix * increase default cache entries, add default cache size value to config.h Co-authored-by: hexcoder- <heiko@hexco.de>
2020-10-11add new seed selection algo and make it the defaultvan Hauser
2020-09-29small improvements to Marcel's patch, fix laf-intel + redqueen crashesvan Hauser
2020-09-29Patching and improving AFLFast schedules.Marcel Boehme
2020-09-18portability: type -> command -v, compiler warningshexcoder-
2020-09-08update instrumenation/README.instrument_file.md for gcc_pluginvan Hauser
2020-09-05skip crashes but keep for splicesvan Hauser
2020-09-05code-formatvanhauser-thc
2020-09-05final changes for pre-3.0vanhauser-thc
2020-09-05add cull queue, -i subdir traversalvanhauser-thc
2020-08-31Fix few warnings for FreeBSD case. (#536)David CARLIER
2020-08-31code-formatvan Hauser
2020-08-24Added out_file value when using stdio (#524)Sergio Paganoni
2020-08-14Revert "Merge branch 'debug' into dev"root
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97.
2020-08-11finalize first beta! yay!van Hauser
2020-08-11review done, prayvan Hauser