Age | Commit message (Collapse) | Author |
|
|
|
|
|
recognized
|
|
|
|
|
|
|
|
Implement an option for treating crashing seeds as new crash
|
|
|
|
(to have a more consistent naming overall)
|
|
|
|
Signed-off-by: Junwha Hong <qbit@unist.ac.kr>
|
|
|
|
|
|
|
|
Dev
|
|
Add the AFL_FRIDA_INST_NO_DYNAMIC_LOAD environment variable and its
associated JS function setInstrumentNoDynamicLoad to prevent the
instrumentation of late dynamic loaded code.
Resolve #1708
|
|
# Conflicts:
# include/afl-fuzz.h
# src/afl-fuzz-run.c
|
|
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz
|
|
|
|
Dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal
used to kill the fork server on termination.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add AFL_SYNC_TIME variable for synchronization time tuning
* Documentation for AFL_SYNC_TIME variable
|
|
|
|
Add new mode to AFLplusplus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|