about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
AgeCommit message (Collapse)Author
2020-03-1950% less globalsDominik Maier
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-17cmplog was neither quiet nor where its llvm passes installedvan Hauser
2020-03-17fixed segfault on early bailoutDominik Maier
2020-03-15Move afl-fuzz related env variables into afl_state_t (#252)Rishi Ranjan
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment
2020-03-13afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found withhexcoder-
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD")
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan Hauser
2020-03-09fixed numerous leaksDominik Maier
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz
2020-03-09more code formatvan Hauser
2020-03-02Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplush1994st
2020-03-02Add new APIs for the custom mutatorh1994st
2020-03-01migrated autoresume to use get_afl_envDominik Maier
2020-03-01Added AFL_AUTORESUME optionDominik Maier
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to ↵van Hauser
this please ...
2020-02-28code-formatvan Hauser
2020-02-25fix references to README docshexcoder-
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-19forgot cleanupvan Hauser
2020-02-17fix issue #198 AFL_TMPDIR is ignored for file .cur_inputhexcoder-
2020-02-17little help on persistent mode crashesvan Hauser
2020-02-07afl qemu persistent hookAndrea Fioraldi
2020-02-03fix MDsvan Hauser
2020-02-03docs to mdAndrea Fioraldi
2020-02-01AFL_ALIGNED_ALLOC in libdislocatorAndrea Fioraldi
2020-01-31fuzz init same fails and tries approach as Linux/Android.David Carlier
2020-01-28android: prefer bigcoresvan Hauser
2020-01-27Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusDominik Maier
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-15persistent mode harnessDominik Maier
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-18v2.59c release 2.59cvan Hauser
2019-12-10fixes for FreeBSD: libtokencap, free cpu detection thresholdhexcoder-
2019-12-09Merge pull request #131 from devnexen/ios_build_fixvan Hauser
IOS build fix.
2019-12-07support universal mach-o binariesAndrea Fioraldi
2019-12-06IOS build fix.David Carlier
system call is disabled on this platform.
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-17not all CPUs understand ondemandvan Hauser
2019-11-17not all CPUs understand ondemandvan Hauser
2019-11-15not all CPUs know ondemandvan Hauser
2019-11-08raise limit for free core detection on FreeBSD and dragonFlyBSDhexcoder-
2019-10-26Merge pull request #89 from devnexen/dfbsd_portinghexcoder
Porting cpu affinity to DragonFly.
2019-10-26Porting cpu affinity to DragonFly.David Carlier
Thanks their API is very similar in this area.
2019-10-26make initial inputs names consistent with others using time:0Andrea Fioraldi
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-12fine tuning cpu percentage limit to be detected as bound cpu on FreeBSDhexcoder-