about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
AgeCommit message (Collapse)Author
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
2020-08-11move taint_mode varvan Hauser
2020-08-09fixesvan Hauser
2020-08-09taint integration donevan Hauser
2020-08-07compile fixes on 32-bit OSshexcoder-
2020-08-07enabled Wextra, fixed bugsDominik Maier
2020-08-03code formatDominik Maier
2020-07-31fix find free cpuvan Hauser
2020-07-31Bind cpu (#480)Dominik Maier
* silence compiletime warning * refactored cpu binding * formatted code
2020-07-30add -b option to afl-fuzzvan Hauser
2020-07-24add -F option to sync to foreign fuzzer queuesvan Hauser
2020-07-23skip large files, dont bailvan Hauser
2020-07-09illumos littlefixes: little typo for cpu binding andDavid Carlier
even tough gcc plugin less good than LLVM, clang is more buggy on this os.
2020-07-08eliminate race condition for cpu affinity on -M/-Svan Hauser
2020-06-22allow /tmpvan Hauser
2020-06-16fix for *BSD: remove all HAVE_ARC4RANDOM dependencieshexcoder-
2020-06-11code format and debugvan Hauser
2020-06-10start of illumos cpu binding implementation.David Carlier
The current user needs the proc_owner permission, not something doable via the settings script.
2020-06-09code formatDominik Maier
2020-06-09fixed shmap fuzzingDominik Maier
2020-06-03fix shmemvan Hauser
2020-06-03switch order of shmem fuzzvan Hauser
2020-06-03switch shmem_len to the mapvan Hauser
2020-06-03code formatvan Hauser
2020-06-02got rid of questionable phrasingDominik Maier
2020-06-01code formatvan Hauser
2020-05-31starting shmap support for unicornDominik Maier
2020-05-25persistent mode: shared memory test case transfervan Hauser
2020-05-17fix master creation filevan Hauser
2020-05-17fix -M checkvan Hauser
2020-05-15change: slaves only sync from mastersvan Hauser
2020-05-15code formatDominik Maier
2020-05-14unicorn mode may run scriptsDominik Maier
2020-05-14deprecated AFL_POST_LIBRARYvan Hauser
2020-05-13init/deinit need to be optional for post libvan Hauser