7305 Commits

Author SHA1 Message Date
yangzao
81b43cefdf merge function 2023-11-27 10:25:12 -07:00
yangzao
bb523b4648 update 2023-11-27 09:59:02 -07:00
yangzao
c9e0f01b43 format code 2023-11-27 09:58:03 -07:00
van Hauser
0547c49b2b
Merge pull request #1913 from choller/nyx-id-fix-2
Pass correct Nyx ID when creating a Nyx runner
2023-11-27 09:09:38 +01:00
yangzao
faedb3fb29 update python module 2023-11-25 21:18:32 -07:00
yangzao
8af74bcaee update afl-fuzz-run 2023-11-24 22:47:50 -07:00
yangzao
770e868d04 add custom_post_run.c 2023-11-24 11:06:06 -07:00
vanhauser-thc
c96aa400e4 mini fix 2023-11-23 21:28:44 +01:00
Carlo Maragno
d17e0b32f4
Fix typo in docker pull command, add exampe to mount current dir as volume (#1914) 2023-11-23 00:05:56 +01:00
Christian Holler (:decoder)
a2a4171039 Pass correct Nyx ID when creating a Nyx runner 2023-11-22 15:08:26 +01:00
Dominik Maier
d6cefdc193 Update unicornafl ref 2023-11-20 11:03:47 +01:00
vanhauser-thc
aabbdac86d add benchmarks 2023-11-20 09:56:09 +01:00
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