van Hauser
dcd9cd638b
fix stat display
2020-03-21 17:42:00 +01:00
Dominik Maier
5b9d306cdf
no more (?) statics
2020-03-19 22:54:09 +01:00
Dominik Maier
b22e890ec2
fixed resize; removed more statics
2020-03-19 21:32:08 +01:00
Dominik Maier
b6fa63abdf
code format
2020-03-19 19:23:58 +01:00
Dominik Maier
51a346bcbe
50% less globals
2020-03-19 19:22:57 +01:00
van Hauser
be261b3e69
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
2020-03-19 15:20:39 +01:00
van Hauser
cfd451c6f3
cmplog was neither quiet nor where its llvm passes installed
2020-03-17 16:26:51 +01:00
Dominik Maier
a57896a7ce
fixed segfault on early bailout
2020-03-17 00:00:36 +01:00
Rishi Ranjan
126d1f1cd1
Move afl-fuzz related env variables into afl_state_t ( #252 )
...
* Move afl-fuzz related env variables into afl_state_t
* Move the env variables assignment from fuzz_init and code Format
* Fix typo
* Remove redundant env variables from afl_env struct
* Rename function to read_afl_environment
2020-03-15 18:29:23 +01:00
hexcoder-
746a2a0ed0
afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found with
...
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD")
2020-03-13 17:23:23 +01:00
van Hauser
684f4dd1c4
honor afl_quiet on env var checks + code-format
2020-03-11 11:42:57 +01:00
Dominik Maier
cc1d6b33b1
unified pointer placement
2020-03-10 22:04:05 +01:00
van Hauser
38d9aedb26
code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin
2020-03-10 06:54:31 +01:00
Dominik Maier
782cffb130
fixed numerous leaks
2020-03-09 19:30:26 +01:00
van Hauser
988a32ced5
code-format
2020-03-09 12:21:54 +01:00
Dominik Maier
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
van Hauser
36ce9c1fb9
more code format
2020-03-09 08:30:28 +01:00
h1994st
031946136b
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
2020-03-02 15:27:31 -05:00
h1994st
7b59e05600
Add new APIs for the custom mutator
2020-03-02 15:27:29 -05:00
Dominik Maier
3e0a3ec45f
migrated autoresume to use get_afl_env
2020-03-01 14:09:21 +01:00
Dominik Maier
6865cd8d69
Added AFL_AUTORESUME option
2020-03-01 13:47:33 +01:00
van Hauser
95322c11d9
print OKF if an environment variable is successfully loaded - feebdack to this please ...
2020-02-29 20:49:16 +01:00
van Hauser
4e37e12c06
code-format
2020-02-28 00:19:36 +01:00
hexcoder-
891b568678
fix references to README docs
2020-02-25 08:34:44 +01:00
Andrea Fioraldi
7323833888
block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)
2020-02-21 16:50:06 +01:00
van Hauser
f9d7ad8e43
forgot cleanup
2020-02-19 10:52:44 +01:00
hexcoder-
8330e0e8ba
fix issue #198 AFL_TMPDIR is ignored for file .cur_input
2020-02-17 22:29:17 +01:00
van Hauser
d6d2a53087
little help on persistent mode crashes
2020-02-17 09:11:56 +01:00
Andrea Fioraldi
f2f6be5e99
afl qemu persistent hook
2020-02-07 20:43:17 +01:00
van Hauser
542bea37fb
fix MDs
2020-02-03 16:10:16 +01:00
Andrea Fioraldi
e2eedefc65
docs to md
2020-02-03 13:02:16 +01:00
Andrea Fioraldi
4384008f81
AFL_ALIGNED_ALLOC in libdislocator
2020-02-01 19:12:26 +01:00
David Carlier
9f584e8cd9
fuzz init same fails and tries approach as Linux/Android.
2020-01-31 08:40:07 +00:00
van Hauser
bb88d98ff8
android: prefer bigcores
2020-01-28 19:23:04 +01:00
Dominik Maier
9bf8f79496
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
2020-01-27 13:30:11 +01:00
van Hauser
0d5a8f69e9
fixed Heiko's global search-replace :)
2020-01-20 19:21:44 +01:00
Dominik Maier
a0e6b98ce8
persistent mode harness
2020-01-15 02:38:45 +01:00
van Hauser
3b9517ae73
v2.60d and year 2020 init
2019-12-31 13:01:08 +01:00
van Hauser
939721e2cb
v2.59c release
2019-12-18 11:14:12 +01:00
hexcoder-
31f7404272
fixes for FreeBSD: libtokencap, free cpu detection threshold
2019-12-10 11:00:39 +01:00
van Hauser
aa95728c35
Merge pull request #131 from devnexen/ios_build_fix
...
IOS build fix.
2019-12-09 10:59:42 +01:00
Andrea Fioraldi
b262c5478c
support universal mach-o binaries
2019-12-07 11:42:26 +01:00
David Carlier
ef43a4f82e
IOS build fix.
...
system call is disabled on this platform.
2019-12-06 18:43:15 +00:00
Andrea Fioraldi
124ec8d297
code format (contributors, do it!)
2019-12-02 14:34:21 +01:00
van Hauser
c96efdcb36
not all CPUs understand ondemand
2019-11-17 10:51:56 +01:00
van Hauser
55ef73ed57
not all CPUs understand ondemand
2019-11-17 10:51:15 +01:00
van Hauser
4b3deaf28b
not all CPUs know ondemand
2019-11-15 14:46:01 +01:00
hexcoder-
a3932d7f00
raise limit for free core detection on FreeBSD and dragonFlyBSD
2019-11-08 04:39:22 +01:00
hexcoder
17729ce856
Merge pull request #89 from devnexen/dfbsd_porting
...
Porting cpu affinity to DragonFly.
2019-10-26 10:45:20 +02:00
David Carlier
cfd7b906cb
Porting cpu affinity to DragonFly.
...
Thanks their API is very similar in this area.
2019-10-26 08:39:13 +01:00