Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-09 | reactivated LTO persistent mode to test.sh | van Hauser | |
2020-03-09 | more detail to the fact that LTO mode can fail easily | van Hauser | |
2020-03-09 | more code format | van Hauser | |
2020-03-09 | bug 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-08 | fix null ptr deferef in pre_save python mutator call | Andrea Fioraldi | |
2020-03-08 | afl-ld fixes for -L/-l .a libary loads | van Hauser | |
2020-03-08 | "fixed" symbol multiply defined problems with LTO | van Hauser | |
2020-03-08 | mark AFL_PYTHON_ONLY deprecated | van Hauser | |
2020-03-08 | Merge pull request #238 from h1994st/master | Andrea Fioraldi | |
Two new hooks for the custom mutator | |||
2020-03-08 | Merge pull request #239 from 0x1eadbead/fix-qemu-32-on-64 | Andrea Fioraldi | |
fix qemu persistent mode for 32-bit target on 64-bit host | |||
2020-03-08 | fix qemu persistent mode for 32-bit target on 64-bit host | 0x1eadbead | |
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 | |