5425 Commits

Author SHA1 Message Date
van Hauser
c208dcf9c5
Merge pull request #1383 from AFLplusplus/keep_tout
Keep timeouts option
2022-04-08 23:12:33 +02:00
vanhauser-thc
d8317182ef update fuzzing in depth 2022-04-08 23:10:35 +02:00
vanhauser-thc
e9288bcfad add AFL_KEEP_TIMEOUTS 2022-04-08 22:44:10 +02:00
vanhauser-thc
891f4d3c8e correct counting for tmouts 2022-04-08 09:31:39 +02:00
vanhauser-thc
9933a6f3ab update grammar mutator 2022-04-07 10:21:52 +02:00
vanhauser-thc
3261e86a3a save timeouts 2022-04-07 09:43:51 +02:00
hexcoder
3ccebbf9c5
Typo 2022-04-06 17:30:27 +02:00
van Hauser
9c2c35b233
Merge pull request #1381 from f0rki/no-build-nyx
add make flag to avoid building nyx mode
2022-04-06 14:31:42 +02:00
Michael Rodler
bf5b90f95a added NO_NYX flag to docs and help message 2022-04-06 14:20:36 +02:00
Michael Rodler
8385bc794a make flag to avoid building nyx mode 2022-04-06 11:54:35 +02:00
vanhauser-thc
3c5edab724 add cmplog icmp testcase to CI 2022-04-06 10:10:39 +02:00
van Hauser
9887f636ba
Merge pull request #1376 from verifsec/patch-1
[wontfix] make error @SIMPLE_FILES
2022-04-06 09:45:15 +02:00
van Hauser
fc48951468
Merge pull request #1379 from devnexen/network_client_mem_leak
network client mem leak fix.
2022-04-06 09:43:34 +02:00
vanhauser-thc
0e9d0ebbfe fix cmplog! 2022-04-06 09:36:57 +02:00
David Carlier
84e03e4a4d network client mem leak fix. 2022-04-05 22:54:36 +01:00
むぎ茶
044d3e823e
[wantfix] make error @SIMPLE_FILES
Hi there!
I tried to compile with SIMPLE_FILES, but got  an error message.
Please have a look through it.
Sincerely.

```
src/afl-fuzz-bitmap.c: In function ‘save_if_interesting’:
src/afl-fuzz-bitmap.c:706:39: error: ‘afl_state_t’ {aka ‘struct afl_state’} has no member named ‘last_kill_signal’
  706 |                afl->saved_crashes, afl->last_kill_signal);
      |                                       ^~
make: *** [GNUmakefile:437: afl-fuzz] Error 1
```
2022-04-05 17:38:34 +09:00
vanhauser-thc
15b43e6ce1 fix pizza mode 2022-04-03 19:14:59 +02:00
vanhauser-thc
d9fa6af1b1 pizza mode on 1st of april 2022-04-03 09:50:18 +02:00
van Hauser
ef5543680a
Merge pull request #1374 from CarloMara/stable
Add new mode to AFLplusplus
2022-04-03 09:31:23 +02:00
Carlo Maragno
26f3ec28ee Fix dyslexia and clang format 2022-04-02 13:11:39 +02:00
Carlo Maragno
657e4cc812 Fix layout 2022-04-01 14:56:27 +02:00
Carlo Maragno
29f0bb1c6a Add basic support for Italian users 2022-04-01 13:23:01 +02:00
van Hauser
c4363dd8b3
Merge pull request #1373 from rwmjones/no-circular-links
GNUmakefile.llvm: Avoid creating circular links
2022-04-01 09:42:06 +02:00
van Hauser
ff5882f415
Merge pull request #1372 from devnexen/frida_arm64_build_fix
frida mode fix arm64 build
2022-03-31 19:38:05 +02:00
Richard W.M. Jones
7f56a93f5d GNUmakefile.llvm: Avoid creating circular links
Building into a DESTDIR gives circular links such as:

lrwxrwxrwx. 1 rjones rjones 17 Mar 31 18:09 /home/rjones/rpmbuild/BUILDROOT/american-fuzzy-lop-4.00c-3.git285a5cb3.fc37.x86_64/usr/lib64/afl/afl-compiler-rt.o -> afl-compiler-rt.o

I have to admit I've no idea what the original link command is trying
to achieve, but it's clearly wrong and deleting it fixes the problem.

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2022-03-31 18:20:43 +01:00
David CARLIER
2d7ac5f69c frida mode fix arm64 build 2022-03-31 18:11:24 +01:00
Dominik Maier
285a5cb38b Some scan-build fixes 2022-03-31 15:36:26 +00:00
hexcoder-
51dbd0e957 ignore unused variable to let make DEBUG=1 distrib succeed 2022-03-30 20:46:57 +02:00
hexcoder-
772e33d550 avoid compiler warning (format-truncation), needed for make DEBUG=1 all 2022-03-30 20:32:51 +02:00
vanhauser-thc
77a3abfa5e remove debug 2022-03-30 17:09:00 +02:00
vanhauser-thc
a436ef47e5 fix instrumentlist for LTO with clang < 13 2022-03-30 09:16:47 +02:00
vanhauser-thc
b34751efbf fix qemu sigunaction tests 2022-03-29 10:34:08 +02:00
vanhauser-thc
d2ea1141eb cleanup 2022-03-27 11:35:38 +02:00
Dominik Maier
3f0d642f9b fix unicornafl test 2022-03-26 19:13:49 +00:00
van Hauser
7598efb8e6
Merge pull request #1363 from clchrlls/stable
fix installation packages commands for debian 10
2022-03-23 17:20:03 +01:00
clchrlls
0dca6ee038 put back the title of the page deleted by mistake 2022-03-23 17:11:22 +01:00
clchrlls
a601b56627 reverted to simply changing gcc version retrieval 2022-03-23 17:09:31 +01:00
clchrlls
ce0db35f18 Not sure the fix is needed only for debian 10 2022-03-23 15:03:56 +01:00
clchrlls
d012358748 missing column 2022-03-23 15:02:47 +01:00
clchrlls
d4734f6d9b fix installation packages for debian 10 2022-03-23 14:57:24 +01:00
vanhauser-thc
bcf123e1ee update qemu mode 2022-03-23 09:30:16 +01:00
van Hauser
9a87e83bf4
Merge pull request #1359 from fuzzah/fix-1333-afl-target-env
fix early return in AFL_TARGET_ENV
2022-03-21 22:47:19 +01:00
fuzzah
c2ae24ab96 fix early return in AFL_TARGET_ENV 2022-03-21 22:58:17 +03:00
van Hauser
13c8a27faa
Merge pull request #1355 from rwmjones/document-linker-scripts
docs: Document linker scripts change required in some projects
2022-03-19 15:58:11 +01:00
Richard W.M. Jones
a133aa9106 docs: Document linker scripts change required in some projects
AFL instrumentation modifies the binary to export extra symbols which
must be visible if the main binary dlopen()s an instrumented DLL.
This change was required by nbdkit since it uses a linker script to
limit the symbols exported from the main binary:

355cacb812

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2022-03-18 15:52:50 +00:00
vanhauser-thc
fa2b040476 fix LTO with cmplog and laf 2022-03-18 15:00:24 +01:00
vanhauser-thc
69c9a176eb our own PCGUARD mode not for llvm 10.0.1 2022-03-18 12:57:51 +01:00
vanhauser-thc
bdfac291ba fix split pass loading 2022-03-18 08:47:45 +01:00
vanhauser-thc
90fd61d14a forgot one pass 2022-03-17 19:43:14 +01:00
vanhauser-thc
3d1be62c96 merge fixes 2022-03-17 16:39:40 +01:00