6aa6af04ac
files opened with fdopen should be closed with fclose
2020-04-10 16:45:45 +02:00
25d6d21617
code format
2020-04-01 13:10:07 +02:00
a0693d466c
try to fix forkserver
2020-04-01 13:10:07 +02:00
b83a2c1a00
make travis happy
2020-04-01 13:10:07 +02:00
452067ffca
added read_timed
2020-04-01 13:10:06 +02:00
54d01fec43
moved string formatting to header
2020-03-21 21:48:52 +01:00
5b9d306cdf
no more (?) statics
2020-03-19 22:54:09 +01:00
b22e890ec2
fixed resize; removed more statics
2020-03-19 21:32:08 +01:00
b6fa63abdf
code format
2020-03-19 19:23:58 +01:00
51a346bcbe
50% less globals
2020-03-19 19:22:57 +01:00
15ba6249fc
fauxserver
2020-03-15 17:02:48 +01:00
c616fcafe8
fix some compiler warnings from Open/FreeBSD
2020-03-14 11:44:21 +01:00
88ced831c1
forkserver defaults
2020-03-10 22:56:26 +01:00
cc1d6b33b1
unified pointer placement
2020-03-10 22:04:05 +01:00
cd377f3d99
Replace alarms with select and threads ( #243 )
...
* Use select to monitor forkserver for timeouts instead of alarm
* Remove redundent conditons in select monitoring of fdsin forkserver and cmplog
* Replace SIGALARM with POSIX timers in afl-fuzz-run
* Make changes to Makefile to use POSIX timers
* Resolve Merge Conflicts and rename variables accordingly
* Change forkserver and cmplog to handle exec_tmout = 0
* Handle timeout function bug rectify
* Add error handling to afl-fuzz run timers
* Add timer_delete to afl-fuzz-run
* Remove memory leaks
2020-03-10 13:07:29 +01:00
38d9aedb26
code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin
2020-03-10 06:54:31 +01:00
f678731234
afl-tmin is fixed via default initialization in forkserver
2020-03-10 06:44:24 +01:00
73a1b39446
quickfix for first big bug that use_stdin was not correctly initialized and could not be set
2020-03-09 19:40:59 +01:00
988a32ced5
code-format
2020-03-09 12:21:54 +01:00
dba3595c0a
AFL without globals ( #220 )
...
* moved globals to afl, shm and fsrv
* moved argv to afl state, less bugs
* fixed unicorn docu
* lists everywhere
* merged custom mutators
* fixed leaks in afl-fuzz
2020-03-09 11:24:10 +01:00
95322c11d9
print OKF if an environment variable is successfully loaded - feebdack to this please ...
2020-02-29 20:49:16 +01:00
7323833888
block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)
2020-02-21 16:50:06 +01:00
d375b0e0a3
fix forkserver output (support AFL_QUIET)
2020-02-19 23:14:06 +01:00
542bea37fb
fix MDs
2020-02-03 16:10:16 +01:00
0d5a8f69e9
fixed Heiko's global search-replace :)
2020-01-20 19:21:44 +01:00
3b9517ae73
v2.60d and year 2020 init
2019-12-31 13:01:08 +01:00
878a80de7f
critical bugfix for afl-tmin
2019-12-30 22:01:36 +01:00
d40b670388
solve #134
2019-12-12 22:18:52 +01:00
01f0af64da
malloc_context_size=0 as default options for sanitizers to have faster malloc/free
2019-12-12 14:00:22 +01:00
c83e8e1e62
Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him.
2019-10-19 18:23:01 +02:00
6b40189045
first version of persistent QEMU
2019-09-12 12:34:53 +02:00
efa2052896
fix BSD patch
2019-09-05 11:23:10 +02:00
c8c5ec254a
Unbreak build of afl-forkserver.c on *BSD
...
Signed-off-by: Tobias Kortkamp <t@tobik.me >
2019-09-05 10:49:47 +02:00
e1f18f6212
fix typo in custom format
2019-09-04 10:03:51 +02:00
9705ccee67
credits and license header for src/* and include/*
2019-09-04 09:43:09 +02:00
b24639d011
run code formatter
2019-09-02 18:49:43 +02:00
0e59a59169
include and src folders
2019-08-27 13:31:35 +02:00