aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-01-27update envsvan Hauser
2021-01-26real fix plus code formatvan Hauser
2021-01-21forkserver debug flag supportvan Hauser
2021-01-21Merge pull request #689 from AFLplusplus/cmplog_mergevan Hauser
cmplog merge
2021-01-20Fix build error for AndroidJoey Jiao
- LTO not work yet
2021-01-18fix compiler warning avoid signess difference in comparisonshexcoder-
2021-01-18use enums, support cmplog map collisionsvan Hauser
2021-01-17fix colorizationvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-08refactored kill signal env parsingDominik Maier
2021-01-07User defined kill signal value (#678)buherator
* Adding AFL_KILL_SIGNAL environment variable Controlling the kill signal used to end forked processes. * Checking validity of AFL_KILL_SIGNAL env variable This commit also sets a valid value in the environment to avoid duplicating code in at_exit(). Changing data type of fsrv->kill_signal to u8 to match last_kill_signal. * Adding afl_kill_signal to AFL (environment) state This commit simply introduces a struct member for future use. The env variable is not used from the afl struct but from fsrv, where its validity is checked, resulting in a FATAL in case of errors.
2021-01-05selective instrumentation documentedvan Hauser
2021-01-04mehr code cleanuphexcoder-
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-04code cleanups (from cppcheck mostly)hexcoder-
2021-01-04Revert "code cleanups (from cppcheck)"hexcoder-
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c.
2021-01-04code cleanups (from cppcheck)hexcoder-
2021-01-03cmplog cleanupvan Hauser
2020-12-31float2doublevan Hauser
2020-12-30cleanup of hot fix for -s on 32-bithexcoder-
2020-12-28added corpus introspectionvan Hauser
2020-12-23warn on _AFL and __AFL env varsvan Hauser
2020-12-22portability: avoid void * arithmetic (UB), avoid GNU extension for array ↵hexcoder-
initializations
2020-12-21another 32 bit fixvan Hauser
2020-12-21fix 32 bitvan Hauser
2020-12-21Merge branch 'dev' into skim_romuvan Hauser
2020-12-20fix endless loop in afl-cc allow/blocklists starting a line with a commentvan Hauser
2020-12-20fixed typo in include/forkserver.hpr0xy
2020-12-18apply nocolor changeshexcoder-
2020-12-18mem error fixvan Hauser
2020-12-18fix compilevan Hauser
2020-12-18fixvan Hauser
2020-12-18merge romu and skimvan Hauser
2020-12-17skim importvan Hauser
2020-12-15v3.01a initvan Hauser
2020-12-15v3.00cvan Hauser
2020-12-11fixed gcc analyzer warningsDominik Maier
2020-12-08fix aflfast changesvan Hauser
2020-12-07Sampling next seed by weight (hit_count, bitmap_size, exec_us)Marcel Boehme
2020-12-04Add missing env var used in ↵Thomas Rooijakkers
https://github.com/qemu/qemu/blob/bec7edf41d2d0e8006637a739881abcea1d1305c/accel/tcg/cpu-exec.c#L389 and ./qemu_mode/README.persistent.md
2020-12-04fixed bugs in custom_describe, reported by wizcheDominik Maier
2020-12-04added python mutator, documentationDominik Maier
2020-12-04afl_custom_describe api addedDominik Maier
2020-12-04common.h change from user header include to system header includehexcoder-
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-12-01added AFL_NO_AUTODICTvan Hauser
2020-11-30more DEBUGFvan Hauser
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
Saves an extra copy, gives post processing functions more flexibility
2020-11-18Solaris/Illumos build fix. (#609)David CARLIER
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier