Age | Commit message (Collapse) | Author |
|
|
|
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal
used to kill the fork server on termination.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Quote the program arguments in the system() function to allow them to
contain spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e2f6114839960e92bb352bee5099faae99317d62.
|
|
This reverts commit f676e5528ac8a2d454a607fceaa8590f11b9f795.
|
|
|
|
|