van Hauser
8cdc48f73a
Merge pull request #1579 from AFLplusplus/dev
...
push to stable
2022-11-15 09:27:54 +01:00
vanhauser-thc
e5c725c4e0
custom mutator fix
2022-11-14 22:47:34 +01:00
vanhauser-thc
1cc2029179
update changelog
2022-11-14 21:50:31 +01:00
van Hauser
46beedadd7
Merge pull request #1580 from guyf2010/dev
...
Add option for random cmplog colorization
2022-11-14 21:48:50 +01:00
vanhauser-thc
3cc5019fe4
fix warnings
2022-11-14 21:45:08 +01:00
vanhauser-thc
57257ce656
fix python
2022-11-14 21:41:07 +01:00
vanhauser-thc
e2ebebce83
fix python
2022-11-14 21:37:08 +01:00
vanhauser-thc
4a7cd53f64
custom_send example
2022-11-14 21:26:17 +01:00
guyf2010
7f7cbe9623
Ensure random colorization always changes byte
2022-11-14 12:19:44 +00:00
guyf2010
189255d3f4
cmplog random replacement code formatting
2022-11-13 14:57:53 +00:00
guyf2010
bb81fb784e
Add option for random cmplog colorization
2022-11-13 14:37:33 +00:00
vanhauser-thc
c5f8869778
afl_custom_fuzz_send added
2022-11-11 10:46:45 +01:00
vanhauser-thc
b2f12c3712
llvm debug
2022-11-10 16:12:37 +01:00
vanhauser-thc
2323952d62
update for llvm16 compile instructions
2022-11-10 15:06:02 +01:00
vanhauser-thc
dfc6d0fbf7
nits
2022-11-10 14:49:14 +01:00
van Hauser
c24939e812
Merge pull request #1576 from AFLplusplus/persistent_mode_always
...
Persistent mode always
2022-11-10 14:46:01 +01:00
vanhauser-thc
b868758cd7
more llvm16 fixes
2022-11-10 12:06:00 +01:00
vanhauser-thc
513a6ce7b6
try llvm 16 fix
2022-11-10 11:55:29 +01:00
Dominik Maier
c1562a7cde
Didn't mean to change that
2022-11-09 03:34:37 +01:00
Dominik Maier
0496390526
fmt
2022-11-09 02:32:13 +00:00
Dominik Maier
d65cf10bad
Always enable persistent mode, no env/bincheck needed
2022-11-09 03:28:06 +01:00
vanhauser-thc
21372473a1
warn for -t none
2022-11-02 15:21:46 +01:00
van Hauser
a8c1ba0d59
Merge pull request #1570 from edmcman/showmap-timeout
...
Fix -t none in afl-showmap
2022-11-02 15:19:56 +01:00
Edward J. Schwartz
1bc7cf759d
Use a long timeout instead of 0 for afl-showmap -t none
2022-11-02 08:30:24 -04:00
vanhauser-thc
c058ce37bb
remove python2 reference
2022-11-01 14:05:31 +01:00
vanhauser-thc
9dab653563
update unicorn
2022-10-30 15:26:43 +01:00
vanhauser-thc
6553e24b22
add env
2022-10-30 15:26:17 +01:00
van Hauser
2d640558a0
Merge pull request #1573 from AFLplusplus/dev
...
push to stable
2022-10-29 15:12:07 +02:00
vanhauser-thc
ec19a9b068
fix
2022-10-29 13:55:05 +02:00
vanhauser-thc
c0eaf6f47a
nits
2022-10-29 11:15:23 +02:00
vanhauser-thc
0b6007a49c
fix fork server kill signals for qemu, unicorn and nyx mode
2022-10-29 10:00:36 +02:00
Edward J. Schwartz
2da6b6bf42
Add braces
2022-10-28 08:04:06 -04:00
Edward J. Schwartz
15a26d3303
Fix -t none in afl-showmap
2022-10-27 12:12:55 -04:00
van Hauser
340647c5f1
Merge pull request #1568 from AFLplusplus/dev
...
fix usecase
2022-10-25 23:26:42 +02:00
vanhauser-thc
a6a26d8153
fix usecase
2022-10-25 22:13:31 +02:00
van Hauser
a075cddef6
Merge pull request #1561 from AFLplusplus/dev
...
push to stable
2022-10-24 20:46:31 +02:00
vanhauser-thc
05e0825d66
changelog update
2022-10-24 20:06:57 +02:00
van Hauser
02502c1a54
Merge pull request #1563 from nbars/stable
...
Fix child reaping on fuzzer termination
2022-10-24 20:01:36 +02:00
Nils Bars
2cbe49c6eb
Update usage messages
2022-10-24 18:08:29 +02:00
Nils Bars
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
Nils Bars
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
Nils Bars
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
van Hauser
e9ecfed81d
Merge pull request #1562 from edmcman/dev
...
Fix -rpath argument
2022-10-20 15:00:23 +02:00
Edward J. Schwartz
0e908d5b1e
Fix -rpath argument
2022-10-20 08:26:55 -04:00
vanhauser-thc
5ccf389414
nits
2022-10-19 10:41:40 +02:00
vanhauser-thc
96ee3fb899
nits
2022-10-19 10:28:53 +02:00
vanhauser-thc
ca9854a924
nits
2022-10-19 10:17:12 +02:00
vanhauser-thc
9a77a6fa92
nits
2022-10-19 08:50:17 +02:00
Edward J. Schwartz
23580e2cb6
Fix afl-showmap usage output ( #1560 )
2022-10-18 18:55:59 +02:00
vanhauser-thc
089e773d1e
update qemuafl
2022-10-17 17:47:37 +02:00