Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-08 | update fuzzing in depth | vanhauser-thc | |
2022-04-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-08 | Fix GCC plugin crash when using deny/allow list | Marc Poulhiès | |
The provided function declaration F may not have valid location information. Return an empty string in this case as the two callers are already using this convention to filter out functions from being instrumented when deny/allow list are used. | |||
2022-04-08 | correct counting for tmouts | vanhauser-thc | |
2022-04-07 | update grammar mutator | vanhauser-thc | |
2022-04-07 | save timeouts | vanhauser-thc | |
2022-04-06 | Typo | hexcoder | |
2022-04-06 | Merge pull request #1381 from f0rki/no-build-nyx | van Hauser | |
add make flag to avoid building nyx mode | |||
2022-04-06 | added NO_NYX flag to docs and help message | Michael Rodler | |
2022-04-06 | make flag to avoid building nyx mode | Michael Rodler | |
2022-04-06 | Merge pull request #1380 from AFLplusplus/dev | van Hauser | |
fix cmplog | |||
2022-04-06 | add cmplog icmp testcase to CI | vanhauser-thc | |
2022-04-06 | Merge pull request #1376 from verifsec/patch-1 | van Hauser | |
[wontfix] make error @SIMPLE_FILES | |||
2022-04-06 | Merge pull request #1379 from devnexen/network_client_mem_leak | van Hauser | |
network client mem leak fix. | |||
2022-04-06 | fix cmplog! | vanhauser-thc | |
2022-04-05 | network 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-04 | Fix unicornafl static build | lazymio | |
Signed-off-by: lazymio <mio@lazym.io> | |||
2022-04-03 | fix pizza mode | vanhauser-thc | |
2022-04-03 | pizza mode on 1st of april | vanhauser-thc | |
2022-04-03 | Merge pull request #1374 from CarloMara/stable | van Hauser | |
Add new mode to AFLplusplus | |||
2022-04-03 | Merge pull request #1362 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-04-02 | Fix dyslexia and clang format | Carlo Maragno | |
2022-04-01 | Fix layout | Carlo Maragno | |
2022-04-01 | Add basic support for Italian users | Carlo Maragno | |
2022-04-01 | Merge pull request #1373 from rwmjones/no-circular-links | van Hauser | |
GNUmakefile.llvm: Avoid creating circular links | |||
2022-03-31 | Merge pull request #1372 from devnexen/frida_arm64_build_fix | van Hauser | |
frida mode fix arm64 build | |||
2022-03-31 | GNUmakefile.llvm: Avoid creating circular links | Richard 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-31 | frida mode fix arm64 build | David CARLIER | |
2022-03-31 | Some scan-build fixes | Dominik Maier | |
2022-03-30 | ignore unused variable to let make DEBUG=1 distrib succeed | hexcoder- | |
2022-03-30 | avoid compiler warning (format-truncation), needed for make DEBUG=1 all | hexcoder- | |
2022-03-30 | remove debug | vanhauser-thc | |
2022-03-30 | fix instrumentlist for LTO with clang < 13 | vanhauser-thc | |
2022-03-29 | fix qemu sigunaction tests | vanhauser-thc | |
2022-03-27 | cleanup | vanhauser-thc | |
2022-03-26 | fix unicornafl test | Dominik Maier | |
2022-03-23 | Merge pull request #1363 from clchrlls/stable | van Hauser | |
fix installation packages commands for debian 10 | |||
2022-03-23 | put back the title of the page deleted by mistake | clchrlls | |
2022-03-23 | reverted to simply changing gcc version retrieval | clchrlls | |
2022-03-23 | Not sure the fix is needed only for debian 10 | clchrlls | |
2022-03-23 | missing column | clchrlls | |
2022-03-23 | fix installation packages for debian 10 | clchrlls | |
2022-03-23 | update qemu mode | vanhauser-thc | |
2022-03-21 | Merge pull request #1359 from fuzzah/fix-1333-afl-target-env | van Hauser | |
fix early return in AFL_TARGET_ENV | |||
2022-03-21 | fix early return in AFL_TARGET_ENV | fuzzah | |
2022-03-19 | Merge pull request #1355 from rwmjones/document-linker-scripts | van Hauser | |
docs: Document linker scripts change required in some projects | |||
2022-03-18 | docs: Document linker scripts change required in some projects | Richard 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-18 | fix LTO with cmplog and laf | vanhauser-thc | |
2022-03-18 | our own PCGUARD mode not for llvm 10.0.1 | vanhauser-thc | |