cd683ed253
fixed potential UAF with custom mutator havoc on realloc
2021-07-15 11:03:20 +02:00
3dd39fec90
Fix printing of JS errors ( #1024 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-15 10:46:16 +02:00
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
4560ecc647
LLVMFuzzerTestOneInput + screen doc update
2021-07-15 09:32:53 +02:00
6df597213a
fix for -fsanitize=fuzzer on MacOS
2021-07-14 18:20:38 +02:00
6e818ed078
rephrasing
2021-07-14 17:49:59 +02:00
d346d07b63
typos/wording
2021-07-14 17:39:17 +02:00
bb627c7e58
add to readme how to fuzz on multiple servers
2021-07-14 15:20:24 +02:00
9ec63d3f17
fix frida, fix dictionary generation to honor AFL_LLVM_{ALLOW/DENY}LIST
2021-07-14 14:31:27 +02:00
4fe572b80f
always build aflpp driver
2021-07-14 12:24:29 +02:00
3a3ef7b6b4
update documentation
2021-07-14 12:16:52 +02:00
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
7cec158b0e
fix havoc comments ( #1020 )
2021-07-14 07:53:20 +02:00
b6a9e54c60
Added more AFL_NO_FORKSRV docu, changelog
2021-07-13 11:03:30 +02:00
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
d16d8dbb85
update faq
2021-07-12 15:56:37 +02:00
fc3d7e821c
Added sqlite test ( #1015 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-12 12:55:00 +02:00
37fff16a36
update custom trim
2021-07-11 17:26:39 +02:00
4ef12d7215
remove redundant check ( #1014 )
2021-07-10 08:57:32 +02:00
a09ab99534
help output nits
2021-07-08 19:59:44 +02:00
ac565bfe51
remove unneeded cmdline option
2021-07-08 17:35:05 +02:00
6d878a375d
fix qemu driver
2021-07-08 12:29:05 +02:00
f4b975d6ad
update doc
2021-07-07 22:22:06 +02:00
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
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
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
8dbe87bdf6
print warning for libfuzzer qemu driver
2021-07-07 16:22:57 +02:00
f1bcd378a2
fix failures for some sized string instrumentations
2021-07-07 12:19:05 +02:00
405382cbdd
Frida build fixes ( #1010 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-06 21:15:30 +02:00
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
0662c5580b
hook update
2021-07-06 19:38:20 +02:00
4a02118fda
Deferred exclusion support ( #1008 )
...
* Deferred exclusion support
* Changes to support different hook libraries for QEMU and FRIDA
* Changes to collect more stats
Co-authored-by: Your Name <you@example.com >
2021-07-06 19:30:50 +02:00
2a433f90c4
Improved OSX support ( #1005 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-06 09:09:43 +02:00
bf9a155418
Support for excluding JIT code ( #1006 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-06 09:09:31 +02:00
6ec295db4e
more partial linking
2021-07-05 16:14:54 +02:00
f7fb4495c4
Fixes to handling DSOs by name ( #1004 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-05 11:28:55 +02:00
dcf450ecba
Changes to automatically disable optimization when AFL_FRIDA_INST_TRACE is set ( #1003 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-05 11:28:39 +02:00
886e2ba770
Remove dependency on xxd ( #1002 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-05 11:28:26 +02:00
7283205fe3
make clean on qemu_mode should not fail
2021-07-02 13:43:40 +02:00
cca11b08b1
fix xaxis text
2021-07-02 10:42:47 +02:00
a8529de592
Changes to strip unused symbols from afl-frida-trace.so and hance remove v7 and its dependency on C++ ( #1001 )
...
Co-authored-by: Your Name <you@example.com >
2021-07-02 09:44:53 +02:00
a6cf9bb336
update honggfuzz custom mutator
2021-07-01 08:20:39 +02:00
5d5624b930
Many Linux Support ( #1000 )
...
Co-authored-by: Your Name <you@example.com >
2021-06-30 10:36:32 +02:00
7da632065f
Minor fixes to typescript bindings ( #999 )
...
Co-authored-by: Your Name <you@example.com >
2021-06-30 10:35:44 +02:00
000b16af16
fix linefeed
2021-06-29 10:39:10 +02:00
046a9520f3
Inline cmplog ( #996 )
...
* inline cmplog check
* better switch support
* add cmplog-switches-pass.cc
2021-06-28 09:14:41 +02:00
7038e56da3
Select ( #995 )
...
* favor unfuzzed
* fix
* reinit table after a new fuzz
2021-06-27 10:22:18 +02:00
6a3877dcd3
Improved FRIDA mode scripting support ( #994 )
...
Co-authored-by: Your Name <you@example.com >
2021-06-25 23:14:27 +02:00
c88b98d1c9
test laf splitting: set default for char type explicitly to signed
2021-06-25 22:32:49 +02:00
89ddd9998c
updated uc rust bindings
2021-06-25 14:55:23 +02:00