about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-03-21test.sh with -no-pievan Hauser
2020-03-21adjusted int_bufsDominik Maier
2020-03-21afl-gotcpu.c: compielr warning fixed: initialize variable v2hexcoder-
2020-03-21fix stat displayvan Hauser
2020-03-20added llvm_mode ngram coveragevan Hauser
2020-03-20expose cycles_wo_finds in fuzzer_statsvan Hauser
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19no more (?) staticsDominik Maier
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-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
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-17Port the fauxserver changes to afl-cmplog and code formatrish9101
2020-03-17fixed segfault on early bailoutDominik Maier
2020-03-16fix broken MOpt mode that was broken by Dominiks no-global patch :pvan Hauser
2020-03-15print a completed UI screen on exit without bugs :)van Hauser
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-15fauxserverDominik Maier
2020-03-14fix compiler warning on MacOShexcoder-
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-12fix afl-common.c for *BSDhexcoder-
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-11remove wrong call to write_to_file when aborted by userhexcoder
2020-03-11Replace timer with select in forkserver, where possible (#246)Rishi Ranjan
2020-03-10forkserver defaultsDominik Maier
2020-03-10unified pointer placementDominik Maier
2020-03-10removed debug outputvan Hauser
2020-03-10Replace alarms with select and threads (#243)Rishi Ranjan
* Use select to monitor forkserver for timeouts instead of alarm * Remove redundent conditons in select monitoring of fdsin forkserver and cmplog * Replace SIGALARM with POSIX timers in afl-fuzz-run * Make changes to Makefile to use POSIX timers * Resolve Merge Conflicts and rename variables accordingly * Change forkserver and cmplog to handle exec_tmout = 0 * Handle timeout function bug rectify * Add error handling to afl-fuzz run timers * Add timer_delete to afl-fuzz-run * Remove memory leaks
2020-03-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan Hauser
2020-03-10afl-tmin is fixed via default initialization in forkservervan Hauser
2020-03-09removed unused varsDominik Maier
2020-03-09now wiht 90% less leaksDominik Maier
2020-03-09quickfix for first big bug that use_stdin was not correctly initialized and ↵van Hauser
could not be set
2020-03-09quickfix for first big bug that use_stdin was not correctly initialized and ↵van Hauser
could not be set
2020-03-09fixed numerous leaksDominik Maier
2020-03-09fix leaksvan Hauser
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