4bb4d4ad00
fix -n
2024-06-09 12:16:32 +02:00
5331eca5d9
allow multiple -m
2024-06-09 12:02:59 +02:00
74e264a20a
move function
2024-06-07 13:46:15 +02:00
f0937f96d4
target hash
2024-06-07 11:48:58 +02:00
fe36ceaa55
minor testcache optimizations
2024-06-07 11:16:42 +02:00
bdfd38771a
add cmplog_time measurement
2024-06-07 09:47:29 +02:00
477063e9ee
memory adjustments
2024-06-06 17:52:21 +02:00
e46c106b89
new seed selection algorithm
2024-06-06 10:25:23 +02:00
e8d098335b
Fix cmplog shared memory size when USEMMAP=1
2024-06-05 19:33:02 +02:00
12a87cfacb
nits
2024-06-05 10:40:12 +02:00
2806d6be2f
optimize syncing
2024-06-05 09:20:30 +02:00
2d9b793dbb
AFL_NO_SYNC
2024-06-04 14:48:02 +02:00
2d4a4ba73f
fix afl-showmap
2024-06-01 16:55:56 +02:00
894339c5d7
try regression fix
2024-06-01 12:26:26 +02:00
9419e39fdf
nits
2024-05-31 18:32:31 +02:00
a3125c38f4
fix afl-showmap shmmemleak
2024-05-29 12:55:28 +02:00
03dc80afc4
fix: testcache hangs for large test cases
2024-05-25 23:44:57 +00:00
fda3106fd9
Merge pull request #2099 from Atlante45/dev
...
Fix dynamic_lookup linker flag for Apple clang
2024-05-24 01:33:55 +02:00
9721a77204
Fix dynamic_lookup linker flag for Apple clang
2024-05-23 11:14:53 -07:00
4e3cd8ac3f
nit
2024-05-20 14:02:22 +02:00
31a8beb449
support new llvm 19 changes
2024-05-19 13:47:53 +02:00
56d5aa3101
log
2024-05-17 23:55:43 +02:00
c6a2a4046e
Merge pull request #2092 from fbeqv/dev
...
Fix runtime underflow & -V exiting before syncing
2024-05-17 23:41:39 +02:00
6dd5e931fc
Fix runtime underflow & -V exiting before syncing
...
print_stats sets exit_soon even while syncing, this leaves -V 0 still broken, as we don't finish syncing.
Additionally, the change that introduced the previous -V fix also broke the runtime tracking, as runtime needs to include all time including sync, splice etc. This caused an underflow in the reported runtime.
2024-05-17 14:33:32 -07:00
ba7ae6c59d
nits
2024-05-16 14:21:00 +02:00
6ae95271be
nits
2024-05-16 09:17:59 +02:00
a2e0163cc1
Merge pull request #2091 from bet4it/collect_coverage
...
Fix bug of `afl-showmap` in `collect_coverage` mode
2024-05-16 09:14:15 +02:00
5ee5564ae2
backup afl->max_length to afl->fsrv.max_length
2024-05-14 18:28:18 +08:00
ab36756061
change MAX_FILE to fsrv->max_length
2024-05-14 18:27:12 +08:00
0cf78b7748
Fix bug of afl-showmap in collect_coverage mode
2024-05-14 17:17:58 +08:00
622474e9e4
disable -> no variants
2024-05-13 19:51:38 +02:00
0cabc12f91
Merge pull request #2086 from smoelius/dev
...
Add `AFL_SHA1_FILENAMES` option
2024-05-13 19:32:44 +02:00
b282ce999d
post_process after trim
2024-05-13 13:42:58 +02:00
c03f2897d0
Add AFL_SHA1_FILENAMES
option
2024-05-12 05:44:14 -04:00
4d4880b428
afl-cc: Re-enable i386
...
Was disabled in 136febaf68
Closes : #2081
2024-05-11 00:48:04 +07:00
ac6ccd53df
stat update during syncing
2024-05-07 16:46:24 +02:00
26eaf53a83
AFL_DISABLE_REDUNDANT
2024-05-02 08:35:24 +02:00
5d623a27ed
try enhanced asan support
2024-04-30 11:59:49 +02:00
58abcceff5
Bug fix: Removed the redundant id
field from the debug output in the afl-fuzz-redqueen.c file since cmp_header no longer have this field.
2024-04-28 16:24:52 +08:00
70c60cfba7
work with spaces in filenames
2024-04-26 16:14:50 +02:00
43e9a13921
add schedule check.
2024-04-26 07:45:58 +08:00
526dbe8f16
fix: initialize n_fuzz_entry in perform_dry_run.
2024-04-25 21:28:58 +08:00
951a0e5225
fix AFL_PERSISTENT_RECORD
2024-04-25 10:04:58 +02:00
458b939bc4
LTO fix
2024-04-19 17:34:50 +02:00
476aca5b67
nits
2024-04-19 15:45:00 +02:00
58206a3180
Set explicit visibility on shared memory variables.
2024-04-17 14:40:41 -04:00
50839cf6e9
afl-cc: Complete fix for afl-as
...
Look for afl-as, and then make sure that there's a 'as' binary in the
same directory, that seems to be either a symlink to, or a copy of,
afl-as.
2024-04-17 16:41:03 +07:00
626a4434ed
afl-cc: Use afl-as (rather than as) to find obj path
2024-04-17 16:40:58 +07:00
d84cc73d13
afl-cc: Add missing debug statement
...
For each path that is tried, there's a debug log printed, _except_ for
this one. Fix it.
2024-04-17 16:40:55 +07:00
1582aa9da2
Merge pull request #2027 from choller/nyx-handler-fix
...
Add optional handling of Nyx InvalidWriteToPayload event
2024-04-13 11:40:28 +02:00