about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-01-20hex en/decode works nowvan Hauser
2021-01-20wipvan Hauser
2021-01-20better cmp map fsrv fixvan Hauser
2021-01-20bugfix and new transform detection featurevan Hauser
2021-01-19update qemuafl + unicorn for include changesvanhauser-thc
2021-01-19fix CIvan Hauser
2021-01-19cleanupvan Hauser
2021-01-19fix compilesvan 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-15better error reportingvan Hauser
2021-01-15remove warningvan Hauser
2021-01-15better error messagevan Hauser
2021-01-14update docvan Hauser
2021-01-14more sync in deterministic modevan Hauser
2021-01-14Merge pull request #688 from murx-/devvan Hauser
Update documentation to reflect new default power schedule
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-08better gcc_plugin error msgvan Hauser
2021-01-08better gcc_plugin error msgvan Hauser
2021-01-08added check to silence scan-buildDominik Maier
2021-01-08refactored kill signal env parsingDominik Maier
2021-01-08fixvan Hauser
2021-01-07Merge branch 'stable' of github.com:aflplusplus/aflplusplus into devDominik Maier
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 fixvan Hauser
2021-01-05haiku fixvan Hauser
2021-01-05haiku supportvan Hauser
2021-01-05Haiku afl-system-config disable debugger, afl-cc.c avoid -lrthexcoder
2021-01-05selective instrumentation documentedvan Hauser