Commit Graph

114 Commits

Author SHA1 Message Date
ca4a8c0f92 post_process 0/NULL return support 2022-07-19 12:24:03 +02:00
4990823840 formatting 2022-06-17 21:08:37 +02:00
3d1a57deed feat: allow to skip readme creation on crash 2022-06-17 21:03:46 +02:00
51942b605d support post_process's own return buffer 2022-05-09 13:18:14 +02:00
e9288bcfad add AFL_KEEP_TIMEOUTS 2022-04-08 22:44:10 +02:00
891f4d3c8e correct counting for tmouts 2022-04-08 09:31:39 +02:00
3261e86a3a save timeouts 2022-04-07 09:43:51 +02: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
772e33d550 avoid compiler warning (format-truncation), needed for make DEBUG=1 all 2022-03-30 20:32:51 +02:00
d297738255 nits 2022-03-07 09:37:19 +01:00
2eeba2dbf0 code format 2022-03-04 09:41:21 +01:00
713b069f40 fix compile error on non linux targets 2022-03-04 06:01:49 +01:00
0f7419fc91 write nyx crash logs to AFL++ work directory 2022-03-04 05:41:40 +01:00
d5b9cd4b73 add afl-fuzz -y fuzz length support 2022-02-05 08:27:17 +01:00
4bcb177f62 Revert "fix classify counts"
This reverts commit 4217a6606c.
2022-01-19 22:17:36 +01:00
4217a6606c fix classify counts 2022-01-15 13:58:17 +01:00
e1082f2548 welcome 2022 2022-01-01 00:49:17 +01:00
9f911bf0bd cleanup of TIMES macro 2021-12-15 20:43:18 +01:00
9063002af2 rename path 2021-12-09 13:22:10 +01:00
ca7144161f fixes 2021-12-02 10:41:24 +01:00
268339a683 showmap -A -> -H, accurate help output 2021-11-16 11:03:53 +01:00
9325a4fcbb http->https 2021-11-06 10:28:22 +01:00
77a63d8ccf execs field in filenames 2021-10-19 13:59:31 +02:00
d4a8a9df69 fix regression in class lookup 2021-08-31 23:54:19 +02:00
699a1b0120 remove unneeded assignment 2021-07-21 10:37:54 +00:00
6e704e8a10 fix aflfast 2021-07-15 16:20:55 +02:00
b409d63fd3 fix 2021-05-08 11:24:04 +02:00
dfe6f7f8c9 make setting different file permissions easy via config.h 2021-03-23 20:21:08 +01:00
209c5ba465 larger map, stats reload fix, code format 2021-02-07 05:33:02 +01:00
b850951c72 code format and not setting sanitizers if debug and settings present 2021-01-21 17:15:14 +01:00
0367f6c723 cleanup and rename _DISCARD->_SKIP 2021-01-19 14:03:10 +01:00
6c095b3937 code format 2021-01-04 23:13:56 +01:00
c6e038fe25 code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) 2021-01-04 20:40:53 +01:00
03849d147a warn on _AFL and __AFL env vars 2020-12-23 17:56:39 +01:00
9a5ea5b5c2 workaround for Solaris: NAME_MAX is not defined 2020-12-22 20:33:06 +01:00
2a994e457a portability: avoid void * arithmetic (UB), avoid GNU extension for array initializations 2020-12-22 19:39:49 +01:00
d07b0169cb skim import 2020-12-17 10:55:33 +01:00
da6cddab90 fix asserts 2020-12-08 11:30:05 +01:00
1dbefc14ea fixed bugs in custom_describe, reported by wizche 2020-12-04 14:26:48 +01:00
a19b3022d9 afl_custom_describe api added 2020-12-04 14:26:47 +01:00
99c783821f Merge pull request #601 from Rumata888/fixing_symcc
Fixing symcc custom mutator
2020-11-17 10:13:57 +01:00
20a8a93fd1 Fixed symcc custom mutator 2020-11-12 01:13:57 +03:00
a3928e5a62 small fix to actually document custom mutator introspection 2020-11-10 14:20:41 +01:00
8e1047f5ef support custom mutator introspection 2020-11-10 14:08:21 +01:00
0fd98ae8b0 added mutation introspection make target 2020-11-01 21:34:08 +01:00
d5c3b4bafd directly add new queue to cache 2020-10-16 09:35:35 +02:00
383cd487a2 small improvements to Marcel's patch, fix laf-intel + redqueen crashes 2020-09-29 15:02:57 +02:00
e87eca7fe8 Patching and improving AFLFast schedules. 2020-09-29 11:53:27 +00:00
af14acf2c1 Revert "Merge branch 'debug' into dev"
This reverts commit a7537b5511, reversing
changes made to 15e799f7ae.
2020-08-14 14:35:05 +02:00
a7537b5511 Merge branch 'debug' into dev 2020-08-14 13:23:14 +02:00