Commit Graph

8 Commits

Author SHA1 Message Date
e1f18f6212 fix typo in custom format 2019-09-04 10:03:51 +02:00
7151651ea9 remove macro indentation from code-format 2019-09-03 20:43:11 +02:00
b24639d011 run code formatter 2019-09-02 18:49:43 +02:00
5036cb54cc update with changes from master 2019-08-30 12:13:51 +02:00
bae398a9a4 -I include in makefiles 2019-08-27 19:22:53 +02:00
742aed4f2e Add support for Android 2019-08-19 19:43:58 +08:00
d9ff84e39e Refactor to use an alternative method for shared memory.
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).
866af8ad1c

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-06-30 10:37:14 +02:00
f367728c44 afl++ 2.52c initial commit 2019-05-28 16:40:24 +02:00