1422 Commits

Author SHA1 Message Date
van Hauser
0e1d82dd9f describe branches setup in README 2020-03-19 15:27:12 +01:00
van Hauser
be261b3e69 moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links 2020-03-19 15:20:39 +01:00
hexcoder-
f6847b0314 test.sh: replace 'which' with 'type' 2020-03-19 00:19:25 +01:00
hexcoder-
eca6bdb85d afl-cmin: replace 'which' with 'type' 2020-03-19 00:15:48 +01:00
hexcoder-
a3bd1c71ca Makefiles: replace 'which' with 'type' 2020-03-18 23:51:54 +01:00
hexcoder-
b19039ba8b Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2020-03-18 22:56:19 +01:00
hexcoder-
94a4cc8415 Makefiles: prefer POSIX 'type' over 'which' for checking 2020-03-18 22:55:14 +01:00
Andrea Fioraldi
2e4fda6d4c fix #261 2020-03-18 21:18:55 +01:00
Andrea Fioraldi
cd7e234445 try to fix regression due to rtn cmplog 2020-03-18 21:07:31 +01:00
hexcoder-
a5e747af14 rework docs installation 2020-03-18 17:26:21 +01:00
hexcoder
5060861545
qemu_mode/libcompcov/Makefile install: fix installation of README 2020-03-18 16:26:54 +01:00
hexcoder
992cf3dd25
libtokencap Makefile install: forgot -T for README 2020-03-18 16:23:54 +01:00
hexcoder
1dee73cdde
libtokencap: install correct README without name collision 2020-03-18 16:19:14 +01:00
van Hauser
3aa7242925 added mmopt power schedule 2020-03-17 21:42:36 +01:00
van Hauser
4009f3a987 fix reading env vars in afl-fuzz 2020-03-17 21:02:06 +01:00
van Hauser
cfd451c6f3 cmplog was neither quiet nor where its llvm passes installed 2020-03-17 16:26:51 +01:00
van Hauser
8e07fbf636 cmplog was neither quiet nor where its llvm passes installed 2020-03-17 16:26:36 +01:00
van Hauser
dae249dc71 minor fix to qemu_persistent_hook example 2020-03-17 16:10:34 +01:00
hexcoder-
e194acdd79 PR #257 from chibinz, enhance afl-whatsup, (adapted for portability) 2020-03-17 14:26:08 +01:00
van Hauser
287d430fcf better explain AFL_QEMU_DEBUG_MAPS 2020-03-17 12:37:20 +01:00
rish9101
d1d2fceed8 Port the fauxserver changes to afl-cmplog and code format 2020-03-17 15:19:24 +05:30
van Hauser
8cc39a3590 fix link in readme 2020-03-17 09:01:55 +01:00
Dominik Maier
a57896a7ce fixed segfault on early bailout 2020-03-17 00:00:36 +01:00
van Hauser
35720304be not all opt are compiled with polly support 2020-03-16 20:10:42 +01:00
van Hauser
09b2565b1b fix broken MOpt mode that was broken by Dominiks no-global patch :p 2020-03-16 20:09:46 +01:00
hexcoder-
5b9335be10 fix compilation for Darwin/MacOSX 2020-03-16 14:04:21 +01:00
van Hauser
9ce0617cda fix for instrim with and without AFL_LLVM_INSTRIM_SKIPSINGLEBLOCK 2020-03-16 07:28:31 +01:00
van Hauser
61ba214f19 print a completed UI screen on exit without bugs :) 2020-03-15 22:51:22 +01:00
Andrea Fioraldi
bfe076748b fix test failure with qemu compcov 2020-03-15 21:42:04 +01:00
van Hauser
070412b9c1
Merge pull request #259 from devnexen/afl_globals_little_tweaks
Just compute the current len on env comparison once.
2020-03-15 20:03:27 +01:00
David Carlier
ccb21a745d Just compute the current len once.
Fix env var types assignments.
2020-03-15 18:57:18 +00:00
van Hauser
87599de782 fix errors in last commit (u8)afl_get_env 2020-03-15 19:39:03 +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
van Hauser
7685893cdb fix afl-fuzz-document 2020-03-15 17:09:52 +01:00
van Hauser
f9f163e48f fix afl-fuzz-document 2020-03-15 17:07:06 +01:00
Dominik Maier
15ba6249fc fauxserver 2020-03-15 17:02:48 +01:00
hexcoder-
f3799f94bf fix compiler warning on MacOS 2020-03-14 16:40:05 +01:00
hexcoder-
e77c431582 fix compilation under FreeBSD: ugly name clash of LIST_FOREACH (FreeBSDs fault) 2020-03-14 13:21:39 +01:00
hexcoder-
338daa1282 Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2020-03-14 11:45:25 +01:00
hexcoder-
c616fcafe8 fix some compiler warnings from Open/FreeBSD 2020-03-14 11:44:21 +01:00
hexcoder-
08fe1e2cd7 afl-common.c: fix my error: argv is a copy (ck_alloc based)
Now unicorn_mode works with ASAN_BUILD and _WANT_ORIGINAL_AFL_ALLOC
and DEBUG_BUILD also.
2020-03-13 20:37:39 +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
hexcoder-
d2787519e3 afl-common.c: ... but that breaks unicorn_mode, which it should not. 2020-03-13 10:06:02 +01:00
hexcoder-
23d0cea3c9 afl-common.c: avoid AFL++'s allocation API for libc's argv[] and reduce
complexity for cwd
2020-03-13 01:21:07 +01:00
hexcoder-
530bd2b341 test.sh: make afl-cmin.bash test dependent on bash 2020-03-12 22:52:20 +01:00
hexcoder-
8adc2648f8 fix afl-common.c for *BSD 2020-03-12 21:43:53 +01:00
David Tomaschik
0c45918d54
Fixed typo (#253) 2020-03-11 22:53:50 +01:00
van Hauser
288432843b updated README, ideas and a missing clean in Makefile 2020-03-11 12:03:44 +01:00
van Hauser
684f4dd1c4 honor afl_quiet on env var checks + code-format 2020-03-11 11:42:57 +01:00
hexcoder
d8d89507b5
afl-cmin delete output directory when aborted 2020-03-11 11:25:58 +01:00