You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix potential sync issues when resuming sessions and when instances in a
campaign are restarted and skip entries that were synced from itself
(thanks to @kcwu for raising the issues and providing support!)
Added instrumenting hidden edges (approx 5% edges were not instrumented,
LLVM sancov overall misses 8% of edges compared to our implementation)
Note that is is currently only implemented for our PCGUARD plugin, not
LTO, CLASSIC, etc.!
Make AFL_DUMP_MAP_SIZE work even if the target has sanitizer issues
qemuafl:
Better MIPS persistent mode support
AFL_EXITPOINT support added
AFL_QEMU_BLOCK_COV block coverage support added
afl-cmin:
New afl-cmin.py which is much faster, will be executed by default via
afl-cmin if it executes successfully (thanks to @kcwu!)
Nyx mode now fully works for minimizing (with afl-cmin.py which is
called by afl-cmin if python is available) - before the map size was
fixed and so large targets lost coverage.
New desocketing library: utils/libaflppdesock
Likely works when all other desocketing options fail