6791 Commits

Author SHA1 Message Date
vanhauser-thc
5681267bbc nits 2023-11-20 09:32:00 +01:00
vanhauser-thc
07352a932b add benchmark 2023-11-20 09:31:43 +01:00
vanhauser-thc
91a1459820 update 2023-11-20 09:30:12 +01:00
van Hauser
444ddb2d09
Merge pull request #1853 from cjb/dev-benchmark-py
benchmark: port benchmark.sh to Python, add multicore, multiple runs, persistent+shmem
2023-11-20 00:17:32 +01:00
Chris Ball
f2cbcdf3ff benchmark: update README 2023-11-19 15:10:23 -08:00
Chris Ball
d9ffe7427f benchmark: rename afl_execs_per_sec to execs_per_sec 2023-11-19 15:06:40 -08:00
Chris Ball
d34bed5dbf benchmark: Update Jupyter notebook and results file. 2023-11-19 14:59:32 -08:00
Chris Ball
75a3af8a23 benchmark: update COMPARISON 2023-11-19 14:59:29 -08:00
Chris Ball
4d8df780ed benchmark: remove self-calculation of execs/sec 2023-11-19 14:59:26 -08:00
van Hauser
43b8812c5c
Update benchmark.py 2023-11-17 09:17:59 +00:00
van Hauser
1179bfeab7
Merge pull request #1909 from ifyGecko/quick_fix
missing closing parenthesis
2023-11-17 07:43:32 +01:00
ifyGecko
b05e3f7ac0
missing closing parenthesis 2023-11-16 19:02:46 -05:00
van Hauser
885f949ac7
Fix benchmark.py 2023-11-16 14:59:44 +00:00
vanhauser-thc
a071430983 fix inf in stats 2023-11-16 11:00:40 +01:00
van Hauser
a289a3e454
Update benchmark.py 2023-11-15 08:24:22 +00:00
Chris Ball
afb9b8a961 benchmark: disallow duplicate entries for the same CPU in COMPARISON 2023-11-14 09:47:47 -08:00
Chris Ball
26045831a2 benchmark: use afl's execs/s; increase CPU model width 2023-11-12 11:52:55 -08:00
Chris Ball
df9f2c4205 benchmark: lower minimum Python version to 3.8 2023-11-12 08:17:18 -08:00
Chris Ball
8b79d9b4d5 benchmark: show the number of cores used in COMPARISON 2023-11-12 07:40:58 -08:00
van Hauser
8c1f25b757
Merge pull request #1904 from jasperla/nosyscall
Use direct call to write to OpenBSD
2023-11-11 19:12:52 +01:00
Chris Ball
16993bba8f benchmark: Add support for COMPARISON file 2023-11-10 15:34:32 -08:00
vanhauser-thc
3fd2e161db update todos 2023-11-09 15:55:40 +01:00
van Hauser
61e27c6b54
Merge pull request #1906 from AFLplusplus/dev
Dev
2023-11-09 15:13:51 +01:00
van Hauser
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
Manuel Carrasco
6f8696c314 Fix possible doc inconsistency for custom mutator's queue_get function. 2023-11-09 13:46:41 +00:00
Jasper Lievisse Adriaanse
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
van Hauser
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
vanhauser-thc
ac0ad56348 fix dictionary and cmin 2023-11-07 10:31:09 +01:00
Manuel Carrasco
8ad36af95d Add missing initialisation for havoc_queued during the custom mutator's stage. 2023-11-06 17:50:15 +00:00
vanhauser-thc
f3d2127fd8 clang-format 16->17 2023-11-06 10:13:59 +01:00
vanhauser-thc
053334f35d fix lsan fix 2023-11-06 10:02:53 +01:00
hexcoder-
6ed3f4cfac fix of fix: make sure ASAN_OPTIONS and LSAN_OPTIONS agree on leak detection 2023-11-04 22:48:27 +01:00
hexcoder
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
vanhauser-thc
7e67dc9d69 Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev 2023-11-03 11:19:21 +01:00
vanhauser-thc
2230f88887 add --help/--version/... 2023-11-03 11:19:14 +01:00
van Hauser
e241280fcc
Merge pull request #1899 from AFLplusplus/scale
Scale encoding
2023-10-25 17:07:03 +02:00
vanhauser-thc
7eafe22d6b add to gitignore 2023-10-25 16:55:58 +02:00
vanhauser-thc
7210a1c359 fix scale 2023-10-25 10:58:05 +02:00
vanhauser-thc
b22eef4736 fix 2023-10-24 12:00:54 +02:00
vanhauser-thc
f7fab79155 code format 2023-10-24 11:52:02 +02:00
vanhauser-thc
b8e55064c6 Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev 2023-10-24 11:48:47 +02:00
vanhauser-thc
728401ee69 dict2file to silently return if AFL_LLVM_DICT2FILE not defined 2023-10-24 11:48:38 +02:00
van Hauser
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
Jesse Schwartzentruber
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
vanhauser-thc
4cdf7a1e3e add scale encode mode for cmplog 2023-10-23 18:03:59 +02:00
van Hauser
85c5b5218c
Merge pull request #1896 from AFLplusplus/dev
push to stable
2023-10-23 09:14:18 +02:00
vanhauser-thc
eaa6a1754a Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev 2023-10-21 15:29:46 +02:00
vanhauser-thc
389c88c0f3 update unicorn 2023-10-21 15:28:34 +02:00
van Hauser
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
Christian Holler (:decoder)
bfb841d013 Use proper AFL_NYX_AUX_SIZE for nyx_aux_string 2023-10-20 00:07:35 +02:00