about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
AgeCommit message (Collapse)Author
2024-02-29fix not using autodictvanhauser-thc
2024-02-26Issue #2007: add filename extension to /crashes filesSean 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-032024 v4.10c releasevanhauser-thc
2023-12-10fixvanhauser-thc
2023-12-10add n_fuzz to ignore_timeoutsvanhauser-thc
2023-10-24code formatvanhauser-thc
2023-10-20Use proper AFL_NYX_AUX_SIZE for nyx_aux_stringChristian Holler (:decoder)
2023-08-13nitsvanhauser-thc
2023-07-18take care of uninstrumented mode for fuzz state and modevanhauser-thc
2023-06-06Merge pull request #1759 from AFLplusplus/devvan Hauser
Dev
2023-04-05implement switch modevanhauser-thc
2023-03-31nitsvanhauser-thc
2023-03-25add likely() to cksum checkyuawn
2023-03-25add check for n_fuzz updateyuawn
2023-03-09fast schedules n_fuzz update after classifyvanhauser-thc
2023-01-18ignore timeout env optionvanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-07-19post_process 0/NULL return supportvanhauser-thc
2022-06-17formattingRuben ten Hove
2022-06-17feat: allow to skip readme creation on crashRuben ten Hove
2022-05-09support post_process's own return buffervanhauser-thc
2022-04-08add AFL_KEEP_TIMEOUTSvanhauser-thc
2022-04-08correct counting for tmoutsvanhauser-thc
2022-04-07save timeoutsvanhauser-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-30avoid compiler warning (format-truncation), needed for make DEBUG=1 allhexcoder-
2022-03-07nitsvanhauser-thc
2022-03-04code formatvanhauser-thc
2022-03-04fix compile error on non linux targetsSergej Schumilo
2022-03-04write nyx crash logs to AFL++ work directorySergej Schumilo
2022-02-05add afl-fuzz -y fuzz length supportvanhauser-thc
2022-01-19Revert "fix classify counts"vanhauser-thc
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d.
2022-01-15fix classify countsvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-15cleanup of TIMES macrovanhauser-thc
2021-12-09rename pathvanhauser-thc
2021-12-02fixesvanhauser-thc
2021-11-16showmap -A -> -H, accurate help outputvanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-10-19execs field in filenamesAndrea Fioraldi
2021-08-31fix regression in class lookupvanhauser-thc
2021-07-21remove unneeded assignmentyuawn
2021-07-15fix aflfastvanhauser-thc
2021-05-08fixvanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-02-07larger map, stats reload fix, code formatvanhauser-thc
2021-01-21code format and not setting sanitizers if debug and settings presentvan Hauser
2021-01-19cleanup and rename _DISCARD->_SKIPvan Hauser
2021-01-04code formatvan Hauser
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-