Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-24 | important InsTrim fixes! | van Hauser | |
2020-02-21 | ooops, I forgot to merge thsi part :( | Andrea Fioraldi | |
2020-02-21 | block the usage of mopt with optionals mutators (redqueen/radamsa/etc...) | Andrea Fioraldi | |
2020-02-19 | merge afl-llvm-cmplog-rt into afl-llvm-rt | Andrea Fioraldi | |
2020-01-30 | cmplog runtime for LLVM | Andrea Fioraldi | |
2020-01-17 | format | Andrea Fioraldi | |
2020-01-17 | first experiment cmplog | Andrea Fioraldi | |
2020-01-06 | 2020 copyright note | Andrea Fioraldi | |
2020-01-06 | added ++ to copyright notes | Andrea Fioraldi | |
2019-10-19 | Remove lcamtuf's old email from Google (not valid anymore), also remove ↵ | hexcoder- | |
maintainance from him. | |||
2019-09-04 | fix typo in custom format | Andrea Fioraldi | |
2019-09-03 | remove macro indentation from code-format | Andrea Fioraldi | |
2019-09-02 | run code formatter | Andrea Fioraldi | |
2019-08-30 | update with changes from master | Andrea Fioraldi | |
2019-08-27 | -I include in makefiles | Andrea Fioraldi | |
2019-08-19 | Add support for Android | Joey Jiao | |
2019-06-30 | Refactor to use an alternative method for shared memory. | Heiko Eißfeldt | |
If USEMMAP is defined, the shared memory segment is created/attached etc. now by shm_open() and mmap(). This API is hopefully more often available (at least for iOS). In order to reduce code duplication I have added new files sharedmem.[ch] which now encapsulate the shared memory method. This is based on the work of Proteas to support iOS fuzzing (thanks). https://github.com/Proteas/afl-ios/commit/866af8ad1cb230d5d753b546380a4af1e55d6946 Currently this is in an experimental status yet. Please report whether this variant works on 32 and 64 bit and on the supported platforms. This branch enables USEMMAP and has been tested on Linux. There is no auto detection for the mmap API yet. | |||
2019-05-28 | afl++ 2.52c initial commit | van Hauser | |