Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | include and src folders | Andrea Fioraldi | |
2019-08-19 | seperated the forkserver from afl-fuzz and afl-tmin | van Hauser | |
2019-08-12 | signedness in print formats corrected | hexcoder- | |
2019-08-01 | little fix | van Hauser | |
2019-08-01 | add -r option to showmap to enable raw output | Andrea Fioraldi | |
2019-08-01 | showmap shows tuple content summary now | van Hauser | |
2019-08-01 | showmap fix | van Hauser | |
2019-07-25 | Added AFL-Unicorn mode | Dominik Maier | |
2019-07-13 | portability fix: getcwd(NULL, 0) is a non-POSIX glibc extension. Refactor | hexcoder- | |
detect_file_args() in a separate file in order to avoid multiple copies. | |||
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 | |