4430 Commits

Author SHA1 Message Date
hexcoder
c55f7af657
typo 2021-07-19 10:35:03 +02:00
van Hauser
939729e504
Merge pull request #1023 from AFLplusplus/dev
push to stable
2021-07-19 10:31:56 +02:00
vanhauser-thc
18fd97fc5f v3.14c release 2021-07-19 09:12:24 +02:00
hexcoder-
a705b1548f small changes for ARM 32-bit (compiles now, but does not work) 2021-07-16 23:31:53 +02:00
vanhauser-thc
b13b8c7e55 make afl-showmap more silent 2021-07-16 09:39:40 +02:00
hexcoder
212fe5b6f5
Mention afl-gcc-fast also for persistent mode fuzzing 2021-07-16 00:15:03 +02:00
hexcoder
2c19750d08
wording/style 2021-07-16 00:04:01 +02:00
WorksButNotTested
9e8afcc615
Support for setting a fixed seed for the hash function (#1026)
Co-authored-by: Your Name <you@example.com>
2021-07-15 20:32:44 +02:00
vanhauser-thc
6f03749c73 ammend changelog 2021-07-15 16:27:40 +02:00
vanhauser-thc
6e704e8a10 fix aflfast 2021-07-15 16:20:55 +02:00
vanhauser-thc
b5422c1a52 fix custom trimming 2021-07-15 16:05:38 +02:00
vanhauser-thc
8d873357a3 fix "fix" 2021-07-15 15:53:22 +02:00
vanhauser-thc
8a2b140f40 nits 2021-07-15 12:43:01 +02:00
Dominik Maier
c279750689 formatting 2021-07-15 12:38:15 +02:00
Dominik Maier
7fb2d90c49 replaced \t with spaces 2021-07-15 12:37:09 +02:00
Dominik Maier
ed2d474369 replaced unicorn with unicornafl 2021-07-15 12:35:45 +02:00
Dominik Maier
2d8050c397 deleted duplicate line after merge 2021-07-15 11:52:04 +02:00
Dominik Maier
50fcd60bc7 merged stable into dev 2021-07-15 11:45:10 +02:00
hexcoder
21215ac21c
Merge pull request #1025 from f0rki/custom_mutator_havoc_uaf
fixed potential UAF with custom mutator havoc after realloc
2021-07-15 11:14:33 +02:00
Michael Rodler
cd683ed253 fixed potential UAF with custom mutator havoc on realloc 2021-07-15 11:03:20 +02:00
WorksButNotTested
3dd39fec90
Fix printing of JS errors (#1024)
Co-authored-by: Your Name <you@example.com>
2021-07-15 10:46:16 +02:00
Dominik Maier
b7cd6db08f
Delete template_test_harness.py
Please refer to /samples for documented example harnesses in python, rust, and c.

See #1022
2021-07-15 09:43:31 +02:00
vanhauser-thc
4560ecc647 LLVMFuzzerTestOneInput + screen doc update 2021-07-15 09:32:53 +02:00
vanhauser-thc
6df597213a fix for -fsanitize=fuzzer on MacOS 2021-07-14 18:20:38 +02:00
vanhauser-thc
6e818ed078 rephrasing 2021-07-14 17:49:59 +02:00
hexcoder
d346d07b63
typos/wording 2021-07-14 17:39:17 +02:00
vanhauser-thc
bb627c7e58 add to readme how to fuzz on multiple servers 2021-07-14 15:20:24 +02:00
vanhauser-thc
9ec63d3f17 fix frida, fix dictionary generation to honor AFL_LLVM_{ALLOW/DENY}LIST 2021-07-14 14:31:27 +02:00
vanhauser-thc
4fe572b80f always build aflpp driver 2021-07-14 12:24:29 +02:00
vanhauser-thc
3a3ef7b6b4 update documentation 2021-07-14 12:16:52 +02:00
WorksButNotTested
94999782f1
Improved block and edge numbering to reduce collisions (#1021)
Co-authored-by: Your Name <you@example.com>
2021-07-14 09:48:37 +02:00
yuan
7cec158b0e
fix havoc comments (#1020) 2021-07-14 07:53:20 +02:00
Dominik Maier
b6a9e54c60 Added more AFL_NO_FORKSRV docu, changelog 2021-07-13 11:03:30 +02:00
jhertz
ec4ad161fc
Support AFL_NO_FORKSRV env-var in afl-tmin, afl-showmap, and afl-cmin (#1017)
* Support AFL_NO_FORKSRV env-var

* format

* showmap support

* showmap support

* help messages now show envar support

* formatting

* formatting

Co-authored-by: Jesse Hertz <jesse_hertz@apple.com>
2021-07-13 10:56:55 +02:00
vanhauser-thc
d16d8dbb85 update faq 2021-07-12 15:56:37 +02:00
WorksButNotTested
fc3d7e821c
Added sqlite test (#1015)
Co-authored-by: Your Name <you@example.com>
2021-07-12 12:55:00 +02:00
vanhauser-thc
37fff16a36 update custom trim 2021-07-11 17:26:39 +02:00
yuan
4ef12d7215
remove redundant check (#1014) 2021-07-10 08:57:32 +02:00
vanhauser-thc
a09ab99534 help output nits 2021-07-08 19:59:44 +02:00
vanhauser-thc
ac565bfe51 remove unneeded cmdline option 2021-07-08 17:35:05 +02:00
vanhauser-thc
6d878a375d fix qemu driver 2021-07-08 12:29:05 +02:00
vanhauser-thc
f4b975d6ad update doc 2021-07-07 22:22:06 +02:00
WorksButNotTested
161d763334
Changes to print stats more periodically rather than relying on a new block being instrumented (#1011)
Co-authored-by: Your Name <you@example.com>
2021-07-07 22:11:03 +02:00
WorksButNotTested
49df0af628
Changes to align the constants used by the coverage function assembly code (#1012)
Co-authored-by: Your Name <you@example.com>
2021-07-07 19:23:45 +02:00
WorksButNotTested
70312789fd
Updated the version of FRIDA to 15.0.0 (#1013)
Co-authored-by: Your Name <you@example.com>
2021-07-07 19:23:35 +02:00
vanhauser-thc
8dbe87bdf6 print warning for libfuzzer qemu driver 2021-07-07 16:22:57 +02:00
vanhauser-thc
458eb0813a enable github sponsor 2021-07-07 13:20:52 +02:00
vanhauser-thc
f1bcd378a2 fix failures for some sized string instrumentations 2021-07-07 12:19:05 +02:00
WorksButNotTested
405382cbdd
Frida build fixes (#1010)
Co-authored-by: Your Name <you@example.com>
2021-07-06 21:15:30 +02:00
WorksButNotTested
43db577dbb
Changes to make JS run in foreground thread (#1009)
Co-authored-by: Your Name <you@example.com>
2021-07-06 19:51:52 +02:00