about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-01-29Update issue templatesvan Hauser
2021-01-20Merge pull request #691 from AFLplusplus/devvan Hauser
push to stable
2021-01-20Merge pull request #695 from joeyjiaojg/devvan Hauser
Fix Porting of AFLplusplus for Android
2021-01-20android: Remove frida-gum packageJoey Jiao
2021-01-20Merge pull request #694 from rchildre3/wine-preloadvan Hauser
LD_PRELOAD in the QEMU environ and enforce arch
2021-01-20afl_frida: Add AFL_FRIDA_TEST_INPUT env to debug inputJoey Jiao
2021-01-20Migrates DebugLoc::get to DILocation::getJoey Jiao
- Refer to https://reviews.llvm.org/D93087
2021-01-20android: Fix runtime for mutatorJoey Jiao
2021-01-20android: Add libprotobuf aflpp custom_mutator exampleJoey Jiao
2021-01-20android: build custom mutators for symcc, radamsaJoey Jiao
2021-01-20android: port libfuzzer-mutatorJoey Jiao
2021-01-20afl_frida: fix target libJoey Jiao
2021-01-20android: afl_frida: get target lib/function from command lineJoey Jiao
2021-01-20android: port afl_frida for arm64Joey Jiao
2021-01-20Fix build error for AndroidJoey Jiao
- LTO not work yet
2021-01-20LD_PRELOAD in the QEMU environ and enforce archR. Elliott Childre
2021-01-19updated unicornafl qemu versionsDominik Maier
2021-01-19cleanup and rename _DISCARD->_SKIPvan Hauser
2021-01-19tiny scan-build nags fixedDominik Maier
2021-01-19codeql fixvan Hauser
2021-01-18fix compiler warning avoid signess difference in comparisonshexcoder-
2021-01-15fix msgvan 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