about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-03-09reactivated LTO persistent mode to test.shvan Hauser
2020-03-09more detail to the fact that LTO mode can fail easilyvan Hauser
2020-03-09more code formatvan Hauser
2020-03-09bug fixes to afl-ld and intensive README.lto.md update on errors and how to ↵van Hauser
do the steps by hand, plus global code format
2020-03-08fix null ptr deferef in pre_save python mutator callAndrea Fioraldi
2020-03-08afl-ld fixes for -L/-l .a libary loadsvan Hauser
2020-03-08"fixed" symbol multiply defined problems with LTOvan Hauser
2020-03-08mark AFL_PYTHON_ONLY deprecatedvan Hauser
2020-03-08Merge pull request #238 from h1994st/masterAndrea Fioraldi
Two new hooks for the custom mutator
2020-03-08Merge pull request #239 from 0x1eadbead/fix-qemu-32-on-64Andrea Fioraldi
fix qemu persistent mode for 32-bit target on 64-bit host
2020-03-08fix qemu persistent mode for 32-bit target on 64-bit host0x1eadbead
2020-03-07Update .gitignoreh1994st
2020-03-07Add two new hooks for the custom mutatorh1994st
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples
2020-03-07Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplush1994st
2020-03-07solve linking error when python is not availableAndrea Fioraldi
2020-03-07custom havoc mutationAndrea Fioraldi
2020-03-07afl-tmin hang mode addedDominik Maier
2020-03-06Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplush1994st
2020-03-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-03-06small fix to run cmplog binaries outside afl-fuzzAndrea Fioraldi
2020-03-06adapt child handling to nawk from *BSDhexcoder-
2020-03-06terminate afl-cmin early when signalled SIGINThexcoder-
2020-03-06Merge pull request #235 from antonio-morales/patch-1Andrea Fioraldi
Fixing 2 little mistakes
2020-03-06cmplog routines instrumentation for qemu mode on x86Andrea Fioraldi
2020-03-06Fixing 2 little mistakesAntonio 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-05fix #227Andrea Fioraldi
2020-03-05Fix leaks when stopping afl (#228)Dominik Maier
2020-03-05added AFL_QUIET - be_quiet to afl-showmap and small changes to test.shvan Hauser
2020-03-05clarify -N optionvan Hauser
2020-03-05fix travisvan Hauser
2020-03-05Add 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-04Fix variable nameh1994st
2020-03-04fix null ptr deref before trim_case_custom callAndrea Fioraldi
2020-03-04Merge pull request #221 from h1994st/masterAndrea Fioraldi
Uniform Python and custom mutator API
2020-03-04Update examples of the custom mutatorh1994st
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs
2020-03-03Fix typoh1994st
2020-03-03Update the documents of the custom mutatorh1994st
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md
2020-03-04added __afl_final_loc to all compile RTsvan Hauser
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
- 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-03fix prev commitAndrea Fioraldi
2020-03-03Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-03-03allow custom cflags on llvm makefileAndrea Fioraldi
2020-03-02Refactoring `fuzz_py` APIh1994st
2020-03-02Add initialization funcation wrapper for Python mutatorh1994st
2020-03-02Uniform API for both Python and custom mutatorh1994st
2020-03-02Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplush1994st
2020-03-02Add new APIs for the custom mutatorh1994st
2020-03-02Silenced output of if python not foundDominik Maier
2020-03-02Autoresume added to helpDominik Maier
2020-03-01make afl-showmap quiet when called from afl-cmin*van Hauser