Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-29 | Update issue templates | van Hauser | |
2021-01-20 | Merge pull request #691 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2021-01-20 | Merge pull request #695 from joeyjiaojg/dev | van Hauser | |
Fix Porting of AFLplusplus for Android | |||
2021-01-20 | android: Remove frida-gum package | Joey Jiao | |
2021-01-20 | Merge pull request #694 from rchildre3/wine-preload | van Hauser | |
LD_PRELOAD in the QEMU environ and enforce arch | |||
2021-01-20 | afl_frida: Add AFL_FRIDA_TEST_INPUT env to debug input | Joey Jiao | |
2021-01-20 | Migrates DebugLoc::get to DILocation::get | Joey Jiao | |
- Refer to https://reviews.llvm.org/D93087 | |||
2021-01-20 | android: Fix runtime for mutator | Joey Jiao | |
2021-01-20 | android: Add libprotobuf aflpp custom_mutator example | Joey Jiao | |
2021-01-20 | android: build custom mutators for symcc, radamsa | Joey Jiao | |
2021-01-20 | android: port libfuzzer-mutator | Joey Jiao | |
2021-01-20 | afl_frida: fix target lib | Joey Jiao | |
2021-01-20 | android: afl_frida: get target lib/function from command line | Joey Jiao | |
2021-01-20 | android: port afl_frida for arm64 | Joey Jiao | |
2021-01-20 | Fix build error for Android | Joey Jiao | |
- LTO not work yet | |||
2021-01-20 | LD_PRELOAD in the QEMU environ and enforce arch | R. Elliott Childre | |
2021-01-19 | updated unicornafl qemu versions | Dominik Maier | |
2021-01-19 | cleanup and rename _DISCARD->_SKIP | van Hauser | |
2021-01-19 | tiny scan-build nags fixed | Dominik Maier | |
2021-01-19 | codeql fix | van Hauser | |
2021-01-18 | fix compiler warning avoid signess difference in comparisons | hexcoder- | |
2021-01-15 | fix msg | van Hauser | |
2021-01-15 | better error reporting | van Hauser | |
2021-01-15 | remove warning | van Hauser | |
2021-01-15 | better error message | van Hauser | |
2021-01-14 | update doc | van Hauser | |
2021-01-14 | more sync in deterministic mode | van Hauser | |
2021-01-14 | Merge pull request #688 from murx-/dev | van Hauser | |
Update documentation to reflect new default power schedule | |||
2021-01-14 | Update documentation to reflect new default power schedule | murx- | |
2021-01-14 | Merge pull request #686 from AFLplusplus/weight | van Hauser | |
better seed selection | |||
2021-01-12 | fix | van Hauser | |
2021-01-12 | minor changes | van Hauser | |
2021-01-12 | fix lto cmplog instability | van Hauser | |
2021-01-10 | fix weight calc, thanks to Marcel | van Hauser | |
2021-01-08 | code fmt | Dominik Maier | |
2021-01-08 | cleaned up and added comments to forkserver exits | Dominik Maier | |
2021-01-08 | Merge pull request #679 from AFLplusplus/dev | van Hauser | |
Dev | |||
2021-01-08 | better gcc_plugin error msg | van Hauser | |
2021-01-08 | better gcc_plugin error msg | van Hauser | |
2021-01-08 | added check to silence scan-build | Dominik Maier | |
2021-01-08 | refactored kill signal env parsing | Dominik Maier | |
2021-01-08 | fix | van Hauser | |
2021-01-07 | Merge branch 'stable' of github.com:aflplusplus/aflplusplus into dev | Dominik Maier | |
2021-01-07 | cleaned up AFL_KILL_SIGNAL | Dominik Maier | |
2021-01-07 | User 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-06 | selective coverage fix | van Hauser | |
2021-01-05 | cpp fix | van Hauser | |
2021-01-05 | haiku fix | van Hauser | |
2021-01-05 | haiku fix | van Hauser | |
2021-01-05 | haiku support | van Hauser | |