vanhauser-thc
7652406c12
nit
2024-02-29 13:34:04 +01:00
vanhauser-thc
a518c4d75c
macos
2024-01-19 11:53:44 +01:00
vanhauser-thc
ac0ad56348
fix dictionary and cmin
2023-11-07 10:31:09 +01:00
vanhauser-thc
b547a6ab0d
nits
2023-07-10 17:43:21 +02:00
vanhauser-thc
20dcb40c53
fix cmin -T
2023-07-08 13:31:06 +02:00
vanhauser-thc
64b15a00f2
fix afl-cmin* for old afl vanilla issue
2023-06-21 12:20:10 +02:00
vanhauser-thc
936b6dcb5d
nits
2023-06-21 09:57:24 +02:00
forky2
fc1e352965
Fixes #1770 : afl-cmin in -T mode doesn't correctly divide inputs among threads
2023-06-14 08:43:06 +01:00
vanhauser-thc
3e84d6a2ae
afl++ -> AFL++
2023-04-27 11:49:00 +02:00
vanhauser-thc
432671449f
nits
2023-04-25 18:19:25 +02:00
vanhauser-thc
d822181467
afl-cmin -T support
2023-04-25 13:13:43 +02:00
vanhauser-thc
8c228b0d23
afl-showmap -I option
2023-04-24 18:08:27 +02:00
vanhauser-thc
4e5f42cab6
afl-showmap custom mutator support
2023-04-20 10:39:23 +02:00
vanhauser-thc
56f7e3aa08
hidden -Y option for nyx, code format
2023-04-16 12:42:32 +02:00
Sergej Schumilo
eefd98f374
add Nyx support in various tools (like afl-cmin)
2023-04-14 02:25:33 +02:00
Nils Bars
2cbe49c6eb
Update usage messages
2022-10-24 18:08:29 +02:00
Nils Bars
7512316b46
Add AFL_FORK_SERVER_KILL_SIGNAL environment variable.
...
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal
used to kill the fork server on termination.
2022-10-21 12:47:00 +02:00
vanhauser-thc
9cfe1d1394
afl-cmin -A
2022-09-17 13:44:34 +02:00
vanhauser-thc
d7abf6936c
fix afl-cmin
2022-08-16 09:46:11 +02:00
vanhauser-thc
2462c61df9
fix new map size extraction for afl-gcc
2022-08-15 19:22:46 +02:00
vanhauser-thc
ba14c353c0
get map size from binaries within afl-cmin*
2022-08-15 18:31:45 +02:00
vanhauser-thc
338f1ae2f8
fix mawk bug
2022-07-11 21:42:03 +02:00
hexcoder-
1441503c43
afl-cmin: avoid messages with \r when redirection is used
2022-05-27 15:26:24 +02:00
Miroslav Lichvar
57db3e7f4f
afl-cmin: quote program arguments
...
Quote the program arguments in the system() function to allow them to
contain spaces.
2022-04-13 13:47:51 +02:00
vanhauser-thc
268339a683
showmap -A -> -H, accurate help output
2021-11-16 11:03:53 +01:00
Dominik Maier
b6a9e54c60
Added more AFL_NO_FORKSRV docu, changelog
2021-07-13 11:03:30 +02:00
vanhauser-thc
c46f8c1f70
make afl-cmin actually work with subdirectories
2021-06-16 13:03:42 +02:00
vanhauser-thc
d2e85cce50
afl-cmin help fix, aflpp_driver - + @@ support
2021-05-30 00:36:56 +02:00
Dominik Maier
ccf739f880
AFL_PRINT_FILENAMES added
2021-05-17 18:16:51 +02:00
Your Name
1725e6be31
Fix support for afl-cmin and updated README
2021-03-25 17:41:14 +00:00
realmadsci
1ab125de63
afl-cmin: Allow @@ to be part of an arg
...
The previous implementation of "@@ handling"
in afl-cmin differed greatly from how it was
handled in afl-fuzz and how the documentation presented it.
It used to require that the @@ be its own argument separated
by whitespace and could not be used in situations like "--file=@@".
This change standardizes it to just look for @@ to be *in* an argument
in the same manner that afl-cmin.bash does, so that it will have
the expected and documented behavior.
2021-03-15 12:25:01 -07:00
hexcoder-
eb1e8619eb
fix handling of test case file names with spaces
2021-03-08 14:55:48 +01:00
vanhauser-thc
9844e1a856
fix
2021-03-05 19:32:27 +01:00
hexcoder-
385312c658
fix issue #732 afl-cmin and afl-showmap should support '-f'
2021-02-13 13:31:17 +01:00
van Hauser
981ffb27a8
making AFL_MAP_SIZE obsolete
2021-02-01 12:01:23 +01:00
van Hauser
2ef8dc4378
afl-cmin -m none
2021-01-21 21:42:15 +01:00
Dominik Maier
a06b25538f
cleaned up AFL_KILL_SIGNAL
2021-01-07 23:21:10 +01:00
hexcoder-
b6b907705e
afl-cmin: skip instrumentation check if AFL_SKIP_BIN_CHECK is set
2020-12-18 00:18:30 +01:00
van Hauser
161c80014e
change search order for afl-showmin in afl-cmin*
2020-12-10 17:25:22 +01:00
hexcoder-
b31d5a7cef
afl-cmin usage fix
2020-12-04 07:32:56 +01:00
Dominik Maier
a2e2fae840
AFL_CRASH_EXITCODE env var added, u8->bool
2020-12-03 14:43:06 +01:00
van Hauser
0942158ad1
remove docs/README symlink and update references
2020-12-01 23:17:20 +01:00
hexcoder-
d8a058bf59
fix AFL_CMIN_CRASHES_ONLY=1 afl-showmap
2020-10-17 14:34:14 +02:00
hexcoder-
bded51e4ea
fix issue #583 : afl-cmin -C incompatibility
2020-10-15 23:30:36 +02:00
Dominik Maier
53e63e9ded
added forkserver init timeout
2020-08-31 18:28:36 +02:00
hexcoder-
6cbd0f1faf
avoid calling awk for 'which' replacement, use POSIX 'command -v' instead
2020-03-21 18:51:43 +01:00
hexcoder-
eca6bdb85d
afl-cmin: replace 'which' with 'type'
2020-03-19 00:15:48 +01:00
hexcoder
d8d89507b5
afl-cmin delete output directory when aborted
2020-03-11 11:25:58 +01:00
van Hauser
a24352ddfd
fix leaks
2020-03-09 15:52:14 +01:00
hexcoder-
13429d204d
adapt child handling to nawk from *BSD
2020-03-06 20:57:28 +01:00