Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-05 | Fix leaks when stopping afl (#228) | Dominik Maier | |
2020-03-05 | added AFL_QUIET - be_quiet to afl-showmap and small changes to test.sh | van Hauser | |
2020-03-05 | clarify -N option | van Hauser | |
2020-03-05 | fix travis | van Hauser | |
2020-03-05 | Add LTO collision free llvm_mode (#223) | van Hauser | |
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme | |||
2020-03-04 | fix null ptr deref before trim_case_custom call | Andrea Fioraldi | |
2020-03-04 | Merge pull request #221 from h1994st/master | Andrea Fioraldi | |
Uniform Python and custom mutator API | |||
2020-03-04 | Update examples of the custom mutator | h1994st | |
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs | |||
2020-03-03 | Fix typo | h1994st | |
2020-03-03 | Update the documents of the custom mutator | h1994st | |
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md | |||
2020-03-04 | added __afl_final_loc to all compile RTs | van Hauser | |
2020-03-03 | Finish refactoring APIs for the custom mutator and Python module | h1994st | |
- Remove AFL_PYTHON_ONLY (env) and python_only (variable) - Unify fuzz API of the custom mutator and Python module - Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage | |||
2020-03-03 | fix prev commit | Andrea Fioraldi | |
2020-03-03 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-03-03 | allow custom cflags on llvm makefile | Andrea Fioraldi | |
2020-03-02 | Refactoring `fuzz_py` API | h1994st | |
2020-03-02 | Add initialization funcation wrapper for Python mutator | h1994st | |
2020-03-02 | Uniform API for both Python and custom mutator | h1994st | |
2020-03-02 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | h1994st | |
2020-03-02 | Add new APIs for the custom mutator | h1994st | |
2020-03-02 | Silenced output of if python not found | Dominik Maier | |
2020-03-02 | Autoresume added to help | Dominik Maier | |
2020-03-01 | make afl-showmap quiet when called from afl-cmin* | van Hauser | |
2020-03-01 | migrated autoresume to use get_afl_env | Dominik Maier | |
2020-03-01 | Added AFL_AUTORESUME option | Dominik Maier | |
2020-03-01 | fix #218 for GCC plugin | Andrea Fioraldi | |
2020-03-01 | fix #218 | Andrea Fioraldi | |
2020-02-29 | print OKF if an environment variable is successfully loaded - feebdack to ↵ | van Hauser | |
this please ... | |||
2020-02-29 | afl-clang-fast: only show the official env vars | van Hauser | |
2020-02-29 | Added missing dependency to the docu (#216) | anon8675309 | |
* Added missing dependency to the documentation. Tested on Debian 10 * Added documentation for Debian users Co-authored-by: adamgrimm99 <55899195+adamgrimm99@users.noreply.github.com> | |||
2020-02-29 | wget is no longer necessary for unicornafl which is cloned now. (#217) | David CARLIER | |
2020-02-29 | code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵ | van Hauser | |
and Makefile | |||
2020-02-28 | add env info to afl-fuzz (please review!), small clarifications in ↵ | hexcoder- | |
docs/env_variables.md | |||
2020-02-28 | add env info to afl-gcc-fast | hexcoder- | |
2020-02-28 | more examples for README and custom_mutator README | van Hauser | |
2020-02-28 | updated contribution info | van Hauser | |
2020-02-28 | update todo | van Hauser | |
2020-02-28 | fix for qemu_mode where capstone 4.0+ is installed | van Hauser | |
2020-02-28 | add env info to afl-clang-fast, small Android change | hexcoder- | |
2020-02-28 | add env info to afl-showmap, in qemu_mode add forgotten MacOSX env var to ↵ | hexcoder- | |
afl-analyze, afl-fuzz, afl-tmin | |||
2020-02-28 | v2.62d | van Hauser | |
2020-02-28 | v2.62c 2.62c | van Hauser | |
2020-02-28 | v2.62c | van Hauser | |
2020-02-28 | i am too tired :-( | van Hauser | |
2020-02-28 | update ideas | van Hauser | |
2020-02-28 | cmplog_shm shmat was missing result check | van Hauser | |
2020-02-28 | better alloc-inl.h | van Hauser | |
2020-02-28 | code-format | van Hauser | |
2020-02-27 | cpyright | Andrea Fioraldi | |
2020-02-27 | restore alloc-inl from AFL | Andrea Fioraldi | |