about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-04-08Merge pull request #1383 from AFLplusplus/keep_toutvan Hauser
Keep timeouts option
2022-04-08update fuzzing in depthvanhauser-thc
2022-04-08add AFL_KEEP_TIMEOUTSvanhauser-thc
2022-04-08correct counting for tmoutsvanhauser-thc
2022-04-07update grammar mutatorvanhauser-thc
2022-04-07save timeoutsvanhauser-thc
2022-04-06Typohexcoder
2022-04-06Merge pull request #1381 from f0rki/no-build-nyxvan Hauser
add make flag to avoid building nyx mode
2022-04-06added NO_NYX flag to docs and help messageMichael Rodler
2022-04-06make flag to avoid building nyx modeMichael Rodler
2022-04-06add cmplog icmp testcase to CIvanhauser-thc
2022-04-06Merge pull request #1376 from verifsec/patch-1van Hauser
[wontfix] make error @SIMPLE_FILES
2022-04-06Merge pull request #1379 from devnexen/network_client_mem_leakvan Hauser
network client mem leak fix.
2022-04-06fix cmplog!vanhauser-thc
2022-04-05network client mem leak fix.David Carlier
2022-04-05[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-03fix pizza modevanhauser-thc
2022-04-03pizza mode on 1st of aprilvanhauser-thc
2022-04-03Merge pull request #1374 from CarloMara/stablevan Hauser
Add new mode to AFLplusplus
2022-04-02Fix dyslexia and clang formatCarlo Maragno
2022-04-01Fix layoutCarlo Maragno
2022-04-01Add basic support for Italian usersCarlo Maragno
2022-04-01Merge pull request #1373 from rwmjones/no-circular-linksvan Hauser
GNUmakefile.llvm: Avoid creating circular links
2022-03-31Merge pull request #1372 from devnexen/frida_arm64_build_fixvan Hauser
frida mode fix arm64 build
2022-03-31GNUmakefile.llvm: Avoid creating circular linksRichard W.M. Jones
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-31frida mode fix arm64 buildDavid CARLIER
2022-03-31Some scan-build fixesDominik Maier
2022-03-30ignore unused variable to let make DEBUG=1 distrib succeedhexcoder-
2022-03-30avoid compiler warning (format-truncation), needed for make DEBUG=1 allhexcoder-
2022-03-30remove debugvanhauser-thc
2022-03-30fix instrumentlist for LTO with clang < 13vanhauser-thc
2022-03-29fix qemu sigunaction testsvanhauser-thc
2022-03-27cleanupvanhauser-thc
2022-03-26fix unicornafl testDominik Maier
2022-03-23Merge pull request #1363 from clchrlls/stablevan Hauser
fix installation packages commands for debian 10
2022-03-23put back the title of the page deleted by mistakeclchrlls
2022-03-23reverted to simply changing gcc version retrievalclchrlls
2022-03-23Not sure the fix is needed only for debian 10clchrlls
2022-03-23missing columnclchrlls
2022-03-23fix installation packages for debian 10clchrlls
2022-03-23update qemu modevanhauser-thc
2022-03-21Merge pull request #1359 from fuzzah/fix-1333-afl-target-envvan Hauser
fix early return in AFL_TARGET_ENV
2022-03-21fix early return in AFL_TARGET_ENVfuzzah
2022-03-19Merge pull request #1355 from rwmjones/document-linker-scriptsvan Hauser
docs: Document linker scripts change required in some projects
2022-03-18docs: Document linker scripts change required in some projectsRichard W.M. Jones
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: https://gitlab.com/nbdkit/nbdkit/-/commit/355cacb812126f5e37a2468f6939821b15017373 Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2022-03-18fix LTO with cmplog and lafvanhauser-thc
2022-03-18our own PCGUARD mode not for llvm 10.0.1vanhauser-thc
2022-03-18fix split pass loadingvanhauser-thc
2022-03-17forgot one passvanhauser-thc
2022-03-17merge fixesvanhauser-thc