12 Commits

Author SHA1 Message Date
Heiko Eißfeldt
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
van Hauser
1cc69df0f4 display power schedule in status screen 2019-06-23 18:37:02 +02:00
van Hauser
2db576f52b better power schedule documentation 2019-06-23 11:19:51 +02:00
van Hauser
421edce623 friendly power schedule names 2019-06-22 19:03:15 +02:00
van Hauser
549b83504f added -s fixed_seed feature 2019-06-20 13:51:39 +02:00
van Hauser
1d6e1ec61c Python 2.7 mutator module support added 2019-06-19 19:45:05 +02:00
practicalswift
263fd37590 Fix typos 2019-06-07 17:56:29 +02:00
Andrea Fioraldi
ba37bf13d6 fix gui misalignment in show_stats() 2019-06-05 11:50:04 +02:00
van Hauser
aba26ce4b3 fixed incomplete 79x24 patch, thanks heiko 2019-05-30 17:51:02 +02:00
van Hauser
dacb2821b3 added AFLfast power schedules from Marcel Boehme and updated the documenation 2019-05-29 14:10:37 +02:00
van Hauser
dfa0c9cfd1 remove an unnecessary linefeed 2019-05-29 09:45:59 +02:00
van Hauser
f367728c44 afl++ 2.52c initial commit 2019-05-28 16:40:24 +02:00