8de7f6131d
add current mutation strategy to include
2023-06-06 13:12:31 +02:00
9324f3f628
rewrote PCGUARD
2023-06-01 12:19:45 +02:00
ad8f7d6eb3
switch user mailinglist reference to discord
2023-05-31 11:40:54 +02:00
c323e0dc63
revert fix
2023-05-23 19:46:35 +02:00
eeed38c5f8
fix gnumakefile for non-gcc
2023-05-23 18:31:34 +02:00
22837b5ad2
response file fix
2023-05-23 12:14:58 +02:00
dd736126dc
allow llvm_instrument native
2023-05-23 09:06:29 +02:00
d5e3223f03
fix custom mutator only check
2023-05-23 09:01:49 +02:00
029e039cbc
code format
2023-05-21 17:49:14 +02:00
d4085314c1
fix
2023-05-21 13:44:07 +02:00
9a6c0ec0c0
make AFL_CUSTOM_INFO overridable
2023-05-21 13:04:17 +02:00
53a869b757
act on invalid AFL_CUSTOM_MUTATOR_ONLY usage
2023-05-18 14:45:45 +02:00
401d7617ef
symqemu mutator options
2023-05-18 10:50:10 +02:00
abd6eace9d
improved symqemu custom mutator
2023-05-18 10:32:15 +02:00
7f636dbfc2
add @responsefile support for afl-cc
2023-05-12 15:58:20 +02:00
93c821aaa3
afl-clang-lto incomptable with -flto=thin
2023-05-12 08:39:11 +02:00
70da0c2e40
better tritondse support
2023-05-10 16:09:18 +02:00
c97caa6e10
fix makefile
2023-05-09 14:17:09 +02:00
396157deda
tritondse custom mutator attempt
2023-05-05 13:53:05 +02:00
f516926f00
afl-fuzz.c: Document -i - in --help ( #1725 )
...
afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely.
2023-05-04 17:23:30 +02:00
22db79aefa
fix reallocs
2023-05-01 15:07:57 +02:00
2cd07abca9
Should memset EFF_ALEN(len) of eff_map ( #1722 )
2023-05-01 13:12:05 +02:00
9065d4ba86
fix effector map
2023-05-01 08:38:13 +02:00
5813a4319c
doc, code format
2023-04-28 11:42:21 +02:00
e956f23a77
Source Code Coverage support for Nyx (Part 1) ( #1720 )
...
* Additional source code reformatting in afl-compiler-rt
* Add source code coverage support to afl-compiler-rt (for use with Nyx)
2023-04-28 11:35:22 +02:00
41b0fe7280
afl-showmap: Start a only a single fork server ( #1718 )
...
A forkserver is started by afl_fsrv_get_mapsize() when dynamically
finding the map size. When an input directory option is specified a
second fork server was also started. This commit re-arranges the inits
for several forkserver struct members so that we can re-use the server
started by the get_mapsize() call when not in coresight/qemu/unicorn
modes and just start the server otherwise.
2023-04-27 18:57:55 +02:00
6cad585bdc
nits
2023-04-27 18:57:28 +02:00
a2daef29f9
slightly different weighting algo ( #1719 )
...
* better seed selection
* slightly different weighting calculation
* remove unnecessary memset
2023-04-27 17:57:22 +02:00
e983e2e9cf
more debug
2023-04-27 16:24:43 +02:00
3e84d6a2ae
afl++ -> AFL++
2023-04-27 11:49:00 +02:00
96848398d4
fix
2023-04-25 17:56:36 +02:00
21865c6224
rename env to AFL_IGNORE_PROBLEMS_COVERAGE
2023-04-25 16:47:37 +02:00
d822181467
afl-cmin -T support
2023-04-25 13:13:43 +02:00
bc969f78f6
fixes
2023-04-25 11:56:50 +02:00
c0ecf7cf61
only reverse reading the queue on restart
2023-04-25 08:33:51 +02:00
b66d7f99a7
Merge pull request #1713 from kenohassler/wafl-mode
...
llvm-lto: allow skipping initialisation
2023-04-25 08:21:42 +02:00
7c3c0b26d1
document new env var
2023-04-24 20:32:04 +02:00
8c228b0d23
afl-showmap -I option
2023-04-24 18:08:27 +02:00
c5e5a17d67
Merge pull request #1711 from atnwalk/atnwalk
...
AFL_POST_PROCESS_KEEP_ORIGINAL env variable for intermediate file formats and ATNwalk custom mutator
2023-04-22 11:32:42 +02:00
599b4631a3
typo
2023-04-22 11:31:29 +02:00
228e9527cb
fixed formatting with make code-format
2023-04-21 17:21:47 +02:00
e99d4ba976
Merge pull request #2 from AFLplusplus/dev
...
Dev
2023-04-21 16:48:47 +02:00
779a72ef8c
fixed AFL_POST_PROCESS_KEEP_ORIGINAL for version 4.07a
2023-04-21 16:46:15 +02:00
7a8d0a10ce
add dummy functions to afl-showmap for old gcc compilers
2023-04-21 15:21:11 +02:00
0a297ed9ef
dummy function for afl-showmap
2023-04-21 15:09:35 +02:00
7101ffa1ae
Merge remote-tracking branch 'origin/dev' into atnwalk
...
# Conflicts:
# include/afl-fuzz.h
# src/afl-fuzz-run.c
2023-04-21 11:31:22 +02:00
4e5f42cab6
afl-showmap custom mutator support
2023-04-20 10:39:23 +02:00
9ab902402c
fixed code clones in atnwalk.c, introduced new environment variable AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz
2023-04-17 17:09:48 +02:00
450dbae8cd
first version with unix domain sockets is ready for testing
2023-04-17 17:09:48 +02:00
56f7e3aa08
hidden -Y option for nyx, code format
2023-04-16 12:42:32 +02:00