5221938945
various fixes
2023-03-09 17:36:13 +01:00
e9e440d7f3
Fixed according to PR comment, moved cli flag to an env variable
2023-03-05 20:25:39 +02:00
403d95d2d2
auto code format fixes
2023-03-05 18:21:35 +02:00
07cf27cddc
Added flag -u to allow custom interval to update fuzzer_stats file
2023-03-05 18:16:21 +02:00
0c0a6c3bfa
regression fix
2023-02-23 11:22:40 +01:00
c33f8751e3
Merge pull request #1651 from AFLplusplus/dev
...
Dev
2023-02-21 01:11:00 +01:00
668f5e1fa9
debug output
2023-02-15 09:32:32 +01:00
80eabd6e8a
AFL_LLVM_DICT2FILE_NO_MAIN support
2023-02-13 11:34:14 +01:00
54fa78d32c
autodisable and better performance
2023-02-13 09:52:57 +01:00
c86d06849b
Update forkserver.h
...
Fix typo
2023-02-08 15:54:27 +01:00
ca063c92d2
more options
2023-02-06 08:52:12 +01:00
90f61552f7
changes
2023-02-04 15:39:03 +01:00
0d55feb11d
Add support for disabling branch suppression
2023-01-31 07:00:02 +00:00
4a54555a1a
Merge pull request #1628 from AFLplusplus/dev
...
Dev
2023-01-27 13:40:48 +01:00
f4a13585a1
better asan defaults everwhere
2023-01-26 12:21:47 +01:00
eeca3a0b29
lots of fixes
2023-01-19 11:52:19 +01:00
14d8eb9e40
autotoken: splicing; splice_optout
2023-01-18 22:17:14 +01:00
8fe5e29104
ignore timeout env option
2023-01-18 14:56:26 +01:00
33f41e3974
autotokens: print stats at exit
2023-01-17 09:52:35 +01:00
35801bed7a
dictionary support
2023-01-15 13:47:31 +01:00
e4ff0ebd56
4.06a init
2023-01-05 13:52:32 +01:00
885a6fc106
4.05c release
2023-01-05 12:43:53 +01:00
35f09e11a4
welcome 2023
2023-01-03 09:38:07 +01:00
0165ca8c6c
hide queue introspection behind define
2022-12-20 13:36:56 +01:00
85b44bb730
add cmplog envs
2022-12-12 18:35:05 +01:00
26a5bd625c
write queue statistics
2022-11-18 12:23:18 +01:00
46beedadd7
Merge pull request #1580 from guyf2010/dev
...
Add option for random cmplog colorization
2022-11-14 21:48:50 +01:00
57257ce656
fix python
2022-11-14 21:41:07 +01:00
e2ebebce83
fix python
2022-11-14 21:37:08 +01:00
bb81fb784e
Add option for random cmplog colorization
2022-11-13 14:37:33 +00:00
c5f8869778
afl_custom_fuzz_send added
2022-11-11 10:46:45 +01:00
6553e24b22
add env
2022-10-30 15:26:17 +01:00
0b6007a49c
fix fork server kill signals for qemu, unicorn and nyx mode
2022-10-29 10:00:36 +02:00
05e0825d66
changelog update
2022-10-24 20:06:57 +02:00
102b749c07
AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblity
...
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set
to the same value.
2022-10-24 17:54:03 +02:00
7512316b46
Add AFL_FORK_SERVER_KILL_SIGNAL environment variable.
...
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal
used to kill the fork server on termination.
2022-10-21 12:47:00 +02:00
f84ea69660
Fix child reaping on fuzzer termination
...
This commit contains the following changes:
- Call `waitpid()` on the child and the fork server when terminating the
fuzzer; thus, we do not end up with zombies.
- Rename `fsrv.kill_signal` to `fsrv.child_kill_signal`, since the
documentation states that the signal is used to terminate the *child*.
- Use SIGTERM instead of fsrv.(child)_kill_signal, thus the fork server
can always reap the child.
2022-10-20 18:08:07 +02:00
bd27adf9af
v4.05a init
2022-10-11 15:41:51 +02:00
bac6ba8907
v4.04c
2022-10-11 15:39:27 +02:00
6ed40d5a08
4.04a init
2022-09-20 18:12:37 +02:00
38ab1eda6e
4.03c
2022-09-19 12:15:10 +02:00
4ebde72f28
Change map size dummy value.
2022-08-19 14:33:15 +03:00
7b2145b914
shorter calibration
2022-08-19 09:16:17 +02:00
361263b0f2
better no dry run
2022-08-18 08:06:17 +02:00
3200e6515b
add AFL_NO_STARTUP_CALIBRATION feature
2022-08-14 12:30:23 +02:00
38fba71546
add env var
2022-08-09 10:49:05 +02:00
79a69b14ef
4.03a
2022-08-08 15:30:48 +02:00
1f06b55a8b
4.02c
2022-08-08 15:26:56 +02:00
3562de440e
Changes to add option for absolute coverage data
2022-08-04 18:46:29 +01:00
4fdd64d6d6
Added framework for logging register contents at the end of each basic block
2022-07-29 19:33:31 +01:00