about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2021-01-20better cmp map fsrv fixvan Hauser
2021-01-20android: Fix runtime for mutatorJoey Jiao
2021-01-20Fix build error for AndroidJoey Jiao
- LTO not work yet
2021-01-20bugfix and new transform detection featurevan Hauser
2021-01-19cleanup and rename _DISCARD->_SKIPvan Hauser
2021-01-19tiny scan-build nags fixedDominik Maier
2021-01-19cleanupvan Hauser
2021-01-19codeql fixvan Hauser
2021-01-18cmp map memset fixvan Hauser
2021-01-18use enums, support cmplog map collisionsvan Hauser
2021-01-18arithmetic also for <= >=van Hauser
2021-01-18less loggingvan Hauser
2021-01-18refactoringvan Hauser
2021-01-18introspection, favor extint over long doublevan Hauser
2021-01-17cmplog introspectionvan Hauser
2021-01-17no cmplog when no taint is foundvan Hauser
2021-01-17better extint cmplogvan Hauser
2021-01-17make combined test a define optionvan Hauser
2021-01-17fix colorizationvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-15remove warningvan Hauser
2021-01-15better error messagevan Hauser
2021-01-14more sync in deterministic modevan Hauser
2021-01-14Update documentation to reflect new default power schedulemurx-
2021-01-14Merge pull request #686 from AFLplusplus/weightvan Hauser
better seed selection
2021-01-12fixvan Hauser
2021-01-12minor changesvan Hauser
2021-01-12fix lto cmplog instabilityvan Hauser
2021-01-10fix weight calc, thanks to Marcelvan Hauser
2021-01-08code fmtDominik Maier
2021-01-08cleaned up and added comments to forkserver exitsDominik Maier
2021-01-08Merge pull request #679 from AFLplusplus/devvan Hauser
Dev
2021-01-08added check to silence scan-buildDominik Maier
2021-01-08refactored kill signal env parsingDominik Maier
2021-01-08fixvan Hauser
2021-01-07cleaned up AFL_KILL_SIGNALDominik 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-06selective coverage fixvan Hauser
2021-01-05cpp fixvan Hauser
2021-01-05Haiku afl-system-config disable debugger, afl-cc.c avoid -lrthexcoder
2021-01-05selective instrumentation documentedvan Hauser
2021-01-04code formatvan Hauser
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-03stability fixvan Hauser
2021-01-03cmplog cleanupvan Hauser
2021-01-03cleanupvan Hauser
2021-01-02typohexcoder-
2021-01-01try new weightingvan Hauser
2020-12-31float2doublevan Hauser
2020-12-30Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-