Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-29 | fix not using autodict | vanhauser-thc | |
2024-02-26 | Issue #2007: add filename extension to /crashes files | Sean McBride | |
This is very helpful for code that inpects a file name extension when determining what code to run. It's also useful for applications that constrain the user to choose files by extension. | |||
2024-02-03 | 2024 v4.10c release | vanhauser-thc | |
2023-12-10 | fix | vanhauser-thc | |
2023-12-10 | add n_fuzz to ignore_timeouts | vanhauser-thc | |
2023-10-24 | code format | vanhauser-thc | |
2023-10-20 | Use proper AFL_NYX_AUX_SIZE for nyx_aux_string | Christian Holler (:decoder) | |
2023-08-13 | nits | vanhauser-thc | |
2023-07-18 | take care of uninstrumented mode for fuzz state and mode | vanhauser-thc | |
2023-06-06 | Merge pull request #1759 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-04-05 | implement switch mode | vanhauser-thc | |
2023-03-31 | nits | vanhauser-thc | |
2023-03-25 | add likely() to cksum check | yuawn | |
2023-03-25 | add check for n_fuzz update | yuawn | |
2023-03-09 | fast schedules n_fuzz update after classify | vanhauser-thc | |
2023-01-18 | ignore timeout env option | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-07-19 | post_process 0/NULL return support | vanhauser-thc | |
2022-06-17 | formatting | Ruben ten Hove | |
2022-06-17 | feat: allow to skip readme creation on crash | Ruben ten Hove | |
2022-05-09 | support post_process's own return buffer | vanhauser-thc | |
2022-04-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-08 | correct counting for tmouts | vanhauser-thc | |
2022-04-07 | save timeouts | vanhauser-thc | |
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-03-30 | avoid compiler warning (format-truncation), needed for make DEBUG=1 all | hexcoder- | |
2022-03-07 | nits | vanhauser-thc | |
2022-03-04 | code format | vanhauser-thc | |
2022-03-04 | fix compile error on non linux targets | Sergej Schumilo | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |
2022-02-05 | add afl-fuzz -y fuzz length support | vanhauser-thc | |
2022-01-19 | Revert "fix classify counts" | vanhauser-thc | |
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d. | |||
2022-01-15 | fix classify counts | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-15 | cleanup of TIMES macro | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-12-02 | fixes | vanhauser-thc | |
2021-11-16 | showmap -A -> -H, accurate help output | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-10-19 | execs field in filenames | Andrea Fioraldi | |
2021-08-31 | fix regression in class lookup | vanhauser-thc | |
2021-07-21 | remove unneeded assignment | yuawn | |
2021-07-15 | fix aflfast | vanhauser-thc | |
2021-05-08 | fix | vanhauser-thc | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-02-07 | larger map, stats reload fix, code format | vanhauser-thc | |
2021-01-21 | code format and not setting sanitizers if debug and settings present | van Hauser | |
2021-01-19 | cleanup and rename _DISCARD->_SKIP | van Hauser | |
2021-01-04 | code format | van Hauser | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |