Accepting request 1133736 from home:msmeissn:branches:devel:tools
- updated to 4.09c - afl-fuzz: - fixed the new mutation implementation for two bugs - added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`) before terminating. - added AFL_IGNORE_SEED_PROBLEMS to skip over seeds that time out instead of exiting with an error message - allow -S/-M naming up to 50 characters (from 24) - CMPLOG: - added scale support (-l S) - skip unhelpful insertions (u8) - added --version and --help command line parameters - fixed endless loop when reading malformed dictionaries - new custom mutator function: post_run - thanks to yangzao! - afl-whatsup: - detect instanced that are starting up and show them as such as not dead - now also shows coverage reached - option -m shows only very relevant stats - option -n will not use color in the output - instrumentation: - fix for a few string compare transform functions for LAF - we are instrumenting __cxx internal functions again. this might break a few targets, please report if so. - frida_mode: - fixes support for large map offsets - support for AFL_FUZZER_LOOPCOUNT for afl.rs and LLVMFuzzerTestOneInput - afl-cmin/afl-cmin.bash: prevent unneeded file errors - added new tool afl-addseeds that adds new seeds to a running campaign - added benchmark/benchmark.py if you want to see how good your fuzzing speed is in comparison to other setups. OBS-URL: https://build.opensuse.org/request/show/1133736 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=171
This commit is contained in:
parent
fce6476612
commit
8a00d60cba
34
afl.changes
34
afl.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 12:08:00 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- updated to 4.09c
|
||||
- afl-fuzz:
|
||||
- fixed the new mutation implementation for two bugs
|
||||
- added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`)
|
||||
before terminating.
|
||||
- added AFL_IGNORE_SEED_PROBLEMS to skip over seeds that time out instead
|
||||
of exiting with an error message
|
||||
- allow -S/-M naming up to 50 characters (from 24)
|
||||
- CMPLOG:
|
||||
- added scale support (-l S)
|
||||
- skip unhelpful insertions (u8)
|
||||
- added --version and --help command line parameters
|
||||
- fixed endless loop when reading malformed dictionaries
|
||||
- new custom mutator function: post_run - thanks to yangzao!
|
||||
- afl-whatsup:
|
||||
- detect instanced that are starting up and show them as such as not dead
|
||||
- now also shows coverage reached
|
||||
- option -m shows only very relevant stats
|
||||
- option -n will not use color in the output
|
||||
- instrumentation:
|
||||
- fix for a few string compare transform functions for LAF
|
||||
- we are instrumenting __cxx internal functions again. this might break
|
||||
a few targets, please report if so.
|
||||
- frida_mode:
|
||||
- fixes support for large map offsets
|
||||
- support for AFL_FUZZER_LOOPCOUNT for afl.rs and LLVMFuzzerTestOneInput
|
||||
- afl-cmin/afl-cmin.bash: prevent unneeded file errors
|
||||
- added new tool afl-addseeds that adds new seeds to a running campaign
|
||||
- added benchmark/benchmark.py if you want to see how good your fuzzing
|
||||
speed is in comparison to other setups.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 08:06:00 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
2
afl.spec
2
afl.spec
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: afl
|
||||
Version: 4.08c
|
||||
Version: 4.09c
|
||||
Release: 0
|
||||
Summary: American fuzzy lop is a security-oriented fuzzer
|
||||
#URL: https://lcamtuf.coredump.cx/afl/
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8d93f2343a040323b88f0d09c93be33b043bf63ba483af45510cb85aa1a2305
|
||||
size 2894794
|
3
v4.09c.tar.gz
Normal file
3
v4.09c.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d3b2e4f066b1f3eda17faff147dfa3e4b16fba044257361aca51a2322c5122d
|
||||
size 2937761
|
Loading…
Reference in New Issue
Block a user