07a4e6370a
modify txt configs for test
2020-06-20 10:55:02 +02:00
1381e96d8c
fix ascii percentage calc
2020-06-20 09:22:14 +02:00
5ca303393f
fix ascii percentage calc
2020-06-20 09:21:02 +02:00
de2c565953
first commit, looks good
2020-06-19 18:05:04 +02:00
2a254fce8f
fix afl-clang-fast for default pcguard mode
2020-06-19 14:21:34 +02:00
758f136d3e
update todo
2020-06-18 20:39:06 +02:00
5d3d86c680
update todo
2020-06-18 15:33:16 +02:00
d8d5adeb61
Merge pull request #416 from Mem2019/patch-2
...
`fault == afl->crash_mode` should be likely
2020-06-18 07:08:11 +02:00
003456f770
fault == afl->crash_mode
should be likely
...
Since during normal fuzzing, crash_mode is FSRV_RUN_OK, and fault is also usually FSRV_RUN_OK since most executions are valid executions, thus it should be likely instead of unlikely
2020-06-18 11:23:10 +08:00
25c3a29004
Merge pull request #414 from AFLplusplus/dev
...
work around for llvm 11 bug
2020-06-17 23:56:17 +02:00
394d8ade15
work around for llvm 11 bug
2020-06-17 22:21:09 +02:00
118cc88429
Merge pull request #412 from AFLplusplus/dev
...
fix displayed schedule
2020-06-17 16:46:54 +02:00
61107c59cf
fix displayed schedule
2020-06-17 16:46:30 +02:00
0dc9967984
Merge pull request #403 from AFLplusplus/dev
...
push to master
2020-06-17 15:05:14 +02:00
889e54eab8
unit tests: fix stupid compiler warning for gcc 4.8.4
2020-06-16 23:07:33 +02:00
a14f3c90a8
fix unit tests when exit is called at the end
2020-06-16 22:37:56 +02:00
e05ed58bf8
fix test.sh for failing unit tests
2020-06-16 19:44:52 +02:00
d6824d540b
Merge pull request #408 from Minilulatsch/dev
...
Fixed missing cast in afl-clang-fast.c, which results in a compilation error when using __AFL_FUZZ_TESTCASE_BUF in a C++ target
2020-06-16 19:36:11 +02:00
2e35326040
Fixed missing cast in afl-clang-fast.c, which results in a compilation error when using __AFL_FUZZ_TESTCASE_BUF in a C++ target
2020-06-16 18:04:38 +02:00
e5dcaa818e
set class afl instrumentation if llvm <= 6
2020-06-16 15:59:09 +02:00
bac2da8669
fix for *BSD: remove all HAVE_ARC4RANDOM dependencies
2020-06-16 01:29:07 +02:00
9c293b5b7b
code format
2020-06-15 22:05:37 +02:00
6804065a8d
using XX64 for 32 bit hash
2020-06-15 22:03:01 +02:00
246444dd57
tidied hash32, unicorn
2020-06-15 21:40:37 +02:00
6a216b5708
make aflpp driver performant again
2020-06-15 21:39:45 +02:00
f6d2da27e3
switched to new MOpt dictionary support
2020-06-15 21:07:35 +02:00
ada59feda8
improve performance for default power schedule
2020-06-15 20:02:28 +02:00
af8d4d49ed
add new dictionary from antonio-morales ftp fuzzing
2020-06-15 16:30:41 +02:00
dc002b4b35
code format
2020-06-15 11:08:24 +02:00
acb0a2f027
fixed potential bugs
2020-06-15 11:07:57 +02:00
43bbbbf4e0
rust unicornafl++
2020-06-15 00:20:13 +02:00
05da66b5e9
unicornafl update
2020-06-14 23:30:36 +02:00
b8cea84195
disable focal on travis temporarily
2020-06-14 18:48:49 +02:00
741dce3ca6
Merge pull request #404 from devnexen/haiku_porting
...
Porting to Haiku.
2020-06-14 17:38:17 +02:00
67d87dd2a9
Porting to Haiku.
...
getrusage does not implement resident memory gathering, no shm api neither.
2020-06-14 15:32:02 +00:00
ab142282a3
kill targets on exit
2020-06-14 16:08:58 +02:00
bfe5b88e78
code format
2020-06-13 14:28:42 +02:00
fc26001b50
fix shmem
2020-06-13 13:47:43 +02:00
1542c7f49c
fix typos
2020-06-13 10:58:30 +02:00
615ab1a7b8
fix resize window crash and slightly more performant timed_read
2020-06-13 00:14:14 +02:00
ce1af1bc9c
code-format killed the compilation
2020-06-12 16:57:33 +02:00
ab0e3fdd82
code-format killed the compilation
2020-06-12 16:50:36 +02:00
40aca0b6b3
fix for checksums
2020-06-12 16:33:20 +02:00
a632c00b0d
switch to faster and better hash + random
2020-06-12 16:08:49 +02:00
db2e04361d
shm debug and fixes
2020-06-12 11:57:54 +02:00
7d19b108c4
fix warnings
2020-06-12 09:23:38 +02:00
818afe6232
added MOpt dictionary support from repo
2020-06-12 08:27:03 +02:00
e8da5f9e28
code format and debug
2020-06-11 19:30:28 +02:00
b3fee6cab2
rust bindings for unicornafl
2020-06-11 16:36:45 +02:00
da7a8ce60a
issue #401 : remove all TAB characters from dictionary files
2020-06-10 21:53:58 +02:00