about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-03-19fixed resize; removed more staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-19Merge pull request #262 from rish9101/remove_alarmAndrea Fioraldi
Port the fauxserver changes to afl-cmplog and code format
2020-03-19describe branches setup in READMEvan Hauser
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-19test.sh: replace 'which' with 'type'hexcoder-
2020-03-19afl-cmin: replace 'which' with 'type'hexcoder-
2020-03-18Makefiles: replace 'which' with 'type'hexcoder-
2020-03-18Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2020-03-18Makefiles: prefer POSIX 'type' over 'which' for checkinghexcoder-
2020-03-18fix #261Andrea Fioraldi
2020-03-18try to fix regression due to rtn cmplogAndrea Fioraldi
2020-03-18rework docs installationhexcoder-
2020-03-18qemu_mode/libcompcov/Makefile install: fix installation of READMEhexcoder
2020-03-18libtokencap Makefile install: forgot -T for READMEhexcoder
2020-03-18libtokencap: install correct README without name collisionhexcoder
2020-03-17added mmopt power schedulevan Hauser
2020-03-17fix reading env vars in afl-fuzzvan Hauser
2020-03-17cmplog was neither quiet nor where its llvm passes installedvan Hauser
2020-03-17cmplog was neither quiet nor where its llvm passes installedvan Hauser
2020-03-17minor fix to qemu_persistent_hook examplevan Hauser
2020-03-17PR #257 from chibinz, enhance afl-whatsup, (adapted for portability)hexcoder-
2020-03-17better explain AFL_QEMU_DEBUG_MAPSvan Hauser
2020-03-17Port the fauxserver changes to afl-cmplog and code formatrish9101
2020-03-17fix link in readmevan Hauser
2020-03-17fixed segfault on early bailoutDominik Maier
2020-03-16not all opt are compiled with polly supportvan Hauser
2020-03-16fix broken MOpt mode that was broken by Dominiks no-global patch :pvan Hauser
2020-03-16fix compilation for Darwin/MacOSXhexcoder-
2020-03-16fix for instrim with and without AFL_LLVM_INSTRIM_SKIPSINGLEBLOCKvan Hauser
2020-03-15print a completed UI screen on exit without bugs :)van Hauser
2020-03-15fix test failure with qemu compcovAndrea Fioraldi
2020-03-15Merge pull request #259 from devnexen/afl_globals_little_tweaksvan Hauser
Just compute the current len on env comparison once.
2020-03-15Just compute the current len once.David Carlier
Fix env var types assignments.
2020-03-15fix errors in last commit (u8)afl_get_envvan Hauser
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-15fix afl-fuzz-documentvan Hauser
2020-03-15fix afl-fuzz-documentvan Hauser
2020-03-15fauxserverDominik Maier
2020-03-14fix compiler warning on MacOShexcoder-
2020-03-14fix compilation under FreeBSD: ugly name clash of LIST_FOREACH (FreeBSDs fault)hexcoder-
2020-03-14Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2020-03-14fix some compiler warnings from Open/FreeBSDhexcoder-
2020-03-13afl-common.c: fix my error: argv is a copy (ck_alloc based)hexcoder-
Now unicorn_mode works with ASAN_BUILD and _WANT_ORIGINAL_AFL_ALLOC and DEBUG_BUILD also.
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-13afl-common.c: ... but that breaks unicorn_mode, which it should not.hexcoder-
2020-03-13afl-common.c: avoid AFL++'s allocation API for libc's argv[] and reducehexcoder-
complexity for cwd
2020-03-12test.sh: make afl-cmin.bash test dependent on bashhexcoder-
2020-03-12fix afl-common.c for *BSDhexcoder-