61e27c6b54
Merge pull request #1906 from AFLplusplus/dev
...
Dev
2023-11-09 15:13:51 +01:00
a6efdfdb15
Merge pull request #1905 from m-carrasco/fix-queue-get-docs
...
Fix possible doc inconsistency for custom mutator's queue_get function.
2023-11-09 15:12:11 +01:00
6f8696c314
Fix possible doc inconsistency for custom mutator's queue_get function.
2023-11-09 13:46:41 +00:00
cfbf1209b5
Use direct call to write to OpenBSD
...
The linker on OpenBSD emits a warning when linking this file:
warning: syscall() may go away, please rewrite code to use direct calls
2023-11-09 10:15:14 +00:00
f7d19390fb
Merge pull request #1902 from m-carrasco/dev-cm-init-fix
...
Possible missing initialisation in custom mutator
2023-11-07 10:40:45 +01:00
ac0ad56348
fix dictionary and cmin
2023-11-07 10:31:09 +01:00
8ad36af95d
Add missing initialisation for havoc_queued during the custom mutator's stage.
2023-11-06 17:50:15 +00:00
f3d2127fd8
clang-format 16->17
2023-11-06 10:13:59 +01:00
053334f35d
fix lsan fix
2023-11-06 10:02:53 +01:00
6ed3f4cfac
fix of fix: make sure ASAN_OPTIONS and LSAN_OPTIONS agree on leak detection
2023-11-04 22:48:27 +01:00
8338844284
copy 'detect_leaks=0' from ASAN to LSAN
...
fix for issue #1733 , set "detect_leaks=0" when ASAN_OPTIONS contains it and LSAN_OPTIONS are not set.
2023-11-04 22:01:09 +01:00
7e67dc9d69
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
2023-11-03 11:19:21 +01:00
2230f88887
add --help/--version/...
2023-11-03 11:19:14 +01:00
e241280fcc
Merge pull request #1899 from AFLplusplus/scale
...
Scale encoding
2023-10-25 17:07:03 +02:00
7eafe22d6b
add to gitignore
2023-10-25 16:55:58 +02:00
7210a1c359
fix scale
2023-10-25 10:58:05 +02:00
b22eef4736
fix
2023-10-24 12:00:54 +02:00
f7fab79155
code format
2023-10-24 11:52:02 +02:00
b8e55064c6
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
2023-10-24 11:48:47 +02:00
728401ee69
dict2file to silently return if AFL_LLVM_DICT2FILE not defined
2023-10-24 11:48:38 +02:00
d52013832a
Merge pull request #1893 from jschwartzentruber/add-no-rpath-flag
...
Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't recognized
2023-10-24 09:19:26 +02:00
cf458a7d25
Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't
...
recognized
2023-10-23 21:57:21 -04:00
4cdf7a1e3e
add scale encode mode for cmplog
2023-10-23 18:03:59 +02:00
85c5b5218c
Merge pull request #1896 from AFLplusplus/dev
...
push to stable
2023-10-23 09:14:18 +02:00
eaa6a1754a
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
2023-10-21 15:29:46 +02:00
389c88c0f3
update unicorn
2023-10-21 15:28:34 +02:00
b50b2e822f
Merge pull request #1894 from choller/dev
...
Use proper AFL_NYX_AUX_SIZE for nyx_aux_string
2023-10-21 09:18:15 +02:00
bfb841d013
Use proper AFL_NYX_AUX_SIZE for nyx_aux_string
2023-10-20 00:07:35 +02:00
51f6229612
Merge pull request #1890 from AFLplusplus/typos
...
2 typos in afl-llvm-pass.so.cc
2023-10-16 18:27:21 +02:00
92ac2c228c
typo
2023-10-16 16:45:30 +02:00
c885a892ff
Merge pull request #1889 from AFLplusplus/early_llvm
...
Use EarlyEPCallback when llvm >= 16
2023-10-14 14:25:35 +02:00
943fa7eb73
bracket
2023-10-14 12:48:58 +02:00
9db9cc80e3
EarlyEPCallback for llvm16
2023-10-14 11:14:10 +02:00
af18f2c732
update todos
2023-10-08 09:39:10 +02:00
48bff70cdd
add AFL_NO_CFG_FUZZING to env list
2023-10-06 18:53:44 +02:00
a380615811
Merge pull request #1883 from eqv/atomic_stats
...
Make fuzzer_stats update atomic
2023-10-04 22:28:43 +02:00
c622e4c565
Make fuzzer_stats update atomic
...
This writes fuzzer_stats to a temp file and then atomically renames the
temp file into fuzzer_stats so that any read on fuzzer_stats will always
return a consistent view of the AFL state (otherwise there is a very
low change of AFL's write and $tool's reads to race and yield
inconsistent results).
2023-10-04 12:44:56 -07:00
17bfb3a408
Merge pull request #1882 from m4drat/statsd-banner-fix
...
Use sync_id instead of use_banner while building statsd metric messages
2023-10-03 14:02:34 +02:00
8eaa590c59
Use sync_id instead of use_banner while building statsd metric messages
2023-10-03 13:54:19 +03:00
d97c7e4258
nits
2023-10-03 11:14:59 +02:00
d09950f4bb
Merge pull request #1880 from AFLplusplus/dev
...
push to stable
2023-10-03 10:36:21 +02:00
63100d2012
Merge pull request #1879 from AFLplusplus/urandom
...
Use /dev/urandom for area_is_valid check
2023-10-03 10:34:25 +02:00
1f7f1eff43
fix addseeds test
2023-10-02 15:52:11 +02:00
d9462657a8
urandom
2023-10-02 15:02:24 +02:00
bec74ae23c
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
2023-10-02 14:42:45 +02:00
9a9dbaff72
remove old credits
2023-10-02 14:41:47 +02:00
3bfd194d46
benchmark: notebook wording tweaks
2023-10-02 04:33:16 -07:00
b9db6b1254
benchmark: add a README, lower default runs from 5 to 3
2023-10-02 04:11:43 -07:00
49a1d81191
benchmark: cleanup, add results, add a data exploration notebook
2023-10-02 04:11:15 -07:00
f3ec554803
Merge pull request #1868 from nataraj-hates-MS-for-stealing-github/stable
...
Show shorter fuzzer name in stat when user's banner is too long
2023-10-02 10:47:31 +02:00