vanhauser-thc
bbdcfb0e8e
not
2025-02-14 10:25:44 +01:00
Martin Nyhus
e4f7a4738e
afl-fuzz: fix -a option
...
This fixes the option string so -a will be parsed with an argument
again, unbreaking the option. The result of the missing : was that
optarg would always be NULL and we would abort in stricmp.
Introduced in 1c9925c7d7
2025-02-13 14:13:56 +01:00
vanhauser-thc
47954cd04c
try macos fix
2025-02-12 09:16:01 +01:00
vanhauser-thc
65b99d25e1
make gcc 15 happy
2025-02-11 11:57:57 +01:00
vanhauser-thc
ecaddc09e8
code format
2025-02-10 13:29:22 +01:00
David Robillard
7765d4ac33
Fix various spelling errors ( #2293 )
...
* Fix spelling errors in log messages
* Fix doc comment syntax
* Fix spelling errors in Markdown documentation
* Fix spelling errors in comments
2025-02-10 00:32:42 +01:00
mio
80e1a95378
Remove the unused field
2025-01-27 19:24:46 +08:00
mio
5fa1a9c365
Add inline
2025-01-27 19:24:31 +08:00
mio
c7e919333e
Update help usage of afl-fuzz
2025-01-26 18:40:37 +08:00
mio
604cf2cf80
Use AFL hash32
2025-01-26 15:46:25 +08:00
mio
c7c66bd0d6
Fix plot_file header
2025-01-26 15:34:56 +08:00
mio
40991801bd
Fix cmplog srv not deinit
2025-01-26 15:28:56 +08:00
mio
be3c665eee
Fix integration
2025-01-23 23:18:35 +08:00
mio
f905087e8e
Remove var bytes makeups
2025-01-23 19:17:44 +08:00
mio
5c239d9207
nit with code formatt-ed
2025-01-23 19:11:45 +08:00
mio
efa2120935
Update help
2025-01-20 00:09:32 +08:00
mio
f4346e423d
No AFL_SAN_RECOVER
2025-01-19 23:53:03 +08:00
mio
a60003e3cf
Fix
2025-01-19 23:51:44 +08:00
mio
1c9925c7d7
Initial integration
2025-01-19 23:49:52 +08:00
vanhauser-thc
30861b5d54
llvm 20 support
2025-01-16 15:32:58 +01:00
vanhauser-thc
b2a01936c3
do not auto-enable splicing
2025-01-16 14:07:41 +01:00
vanhauser-thc
7ad694716b
no splicing is the new default
2025-01-13 11:57:19 +01:00
vanhauser-thc
e93ab23823
python 3.13+ support
2025-01-13 11:38:38 +01:00
leedongha
2e2a3a2718
Fix macOS env optimization
2024-12-26 17:46:10 +09:00
Peter Zmanovsky
82b0cf0540
Fix fuzz targets killing on exit ( #2277 )
2024-12-24 11:11:10 +01:00
Martin Leitner-Ankerl
9afba51ec1
renamed last_avg_execs -> last_avg_total_execs
...
This should make it a bit more clear that it stores the total number of executions from the previous update
2024-12-19 07:59:45 +01:00
vanhauser-thc
bbffece7d7
nit
2024-12-13 11:27:26 +01:00
vanhauser-thc
2956b9cc4c
support LLVMFuzzerTestOneInput archive targets
2024-12-13 11:05:17 +01:00
vanhauser-thc
9160805f4a
add __sanitizer_weak_hook_ support
2024-12-12 15:26:39 +01:00
vanhauser-thc
03d306a97f
code format
2024-12-02 14:58:43 +01:00
van Hauser
0278eb5351
Merge pull request #2259 from AFLplusplus/removeoutdated
...
Remove outdated afl-gcc/afl-clang
2024-12-02 14:54:58 +01:00
van Hauser
a287076ac0
Merge pull request #2257 from S0fr/S0fr-patch-1
...
Update afl-analyze.c
2024-11-27 22:27:29 +01:00
S0fr
c352943aa5
Update afl-analyze.c
...
To fix the issue with fields splitting in the afl-analysis.
2024-11-27 09:06:03 +08:00
Stepan Gulyaev
7aecf14c07
Added AFL_UBSAN_VERBOSE variable
2024-11-21 16:37:24 +03:00
vanhauser-thc
7b24f4a329
remove afl-gcc/afl-clang
2024-11-21 14:31:36 +01:00
Stepan Gulyaev
ebb919f771
Code formatted
2024-11-21 15:31:34 +03:00
Stepan Gulyaev
b43f37456f
Adding AFL_CFISAN_VERBOSE variable
2024-11-21 15:14:54 +03:00
Stepan Gulyaev
e3fae3e9b0
Added CFISAN option for verbose output on crash
2024-11-21 12:32:48 +03:00
vanhauser-thc
464ec516d5
check afl-clang/gcc with sanitize-fuzzer
2024-11-21 09:43:20 +01:00
vanhauser-thc
9cf260ca1f
remove outdated sanitize-undefined-trap-on-error
2024-11-20 15:38:17 +01:00
vanhauser-thc
82752fe38d
code format
2024-11-19 16:25:50 +01:00
vanhauser-thc
d11ade56e2
remove compiler warning
2024-11-18 19:20:37 +01:00
vanhauser-thc
665d32a0dc
-g/-G value checks
2024-11-15 09:48:34 +01:00
vanhauser-thc
577b286508
fix explanation how to obtain the map size
2024-10-28 09:53:01 +01:00
rapt0r
04d2476b32
doc: add description for AFL_GCC_DISABLE_VERSION_CHECK
2024-10-20 16:00:17 +09:00
hexcoder-
8a060a4b68
fix the cleanup of previous generated SHA1 files in function handle_existing_out_dir()
2024-10-19 13:54:48 +02:00
vanhauser-thc
4cc9232485
add AFL_OPT_LEVEL support
2024-10-16 18:26:08 +02:00
vanhauser-thc
b3d16f7b8c
update how AFL_EXIT_WHEN_DONE and colors of cycles done are working
2024-10-14 09:45:59 +02:00
vanhauser-thc
c0837409bd
fix cycles_wo_finds count
2024-10-14 09:29:10 +02:00
vanhauser-thc
146e535f7b
persistent record for frida and qmeu
2024-10-01 10:13:35 +02:00