Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-07 | Update .gitignore | h1994st | |
2020-03-07 | Add two new hooks for the custom mutator | h1994st | |
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples | |||
2020-03-07 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | h1994st | |
2020-03-07 | solve linking error when python is not available | Andrea Fioraldi | |
2020-03-07 | custom havoc mutation | Andrea Fioraldi | |
2020-03-07 | afl-tmin hang mode added | Dominik Maier | |
2020-03-06 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | h1994st | |
2020-03-06 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-03-06 | small fix to run cmplog binaries outside afl-fuzz | Andrea Fioraldi | |
2020-03-06 | adapt child handling to nawk from *BSD | hexcoder- | |
2020-03-06 | terminate afl-cmin early when signalled SIGINT | hexcoder- | |
2020-03-06 | Merge pull request #235 from antonio-morales/patch-1 | Andrea Fioraldi | |
Fixing 2 little mistakes | |||
2020-03-06 | cmplog routines instrumentation for qemu mode on x86 | Andrea Fioraldi | |
2020-03-06 | Fixing 2 little mistakes | Antonio Morales | |
This example doesn't compile due to two little errors: - There is a missing semicolon - "data" array doesn't exist. I think "buf" should be used instead. | |||
2020-03-05 | fix #227 | Andrea Fioraldi | |
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 variable name | h1994st | |
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- | |