From 6c27ae7bd095299925bcb3f9aac7ccbfe74b5ea73308ce0adde3eb86d3a93f6b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 27 Dec 2019 16:48:56 +0000 Subject: [PATCH] Accepting request 759706 from home:msmeissn:branches:devel:tools - updated to 2.59c - qbdi_mode: fuzz android native libraries via QBDI framework - unicorn_mode: switched to the new unicornafl, thanks domenukk (see https://github.com/vanhauser-thc/unicorn) - afl-fuzz: - added radamsa as (an optional) mutator stage (-R[R]) - added -u command line option to not unlink the fuzz input file - Python3 support (autodetect) - AFL_DISABLE_TRIM env var to disable the trim stage - CPU affinity support for DragonFly - llvm_mode: - float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS - support for llvm 10 included now (thanks to devnexen) - libtokencap: - support for *BSD/OSX/Dragonfly added - hook common *cmp functions from widely used libraries - compcov: - hook common *cmp functions from widely used libraries - floating point splitting support for QEMU on x86 targets - qemu_mode: AFL_QEMU_DISABLE_CACHE env to disable QEMU TranslationBlocks caching - afl-analyze: added AFL_SKIP_BIN_CHECK support - better random numbers for gcc_plugin and llvm_mode (thanks to devnexen) - Dockerfile by courtesy of devnexen - added regex.dictionary - qemu and unicorn download scripts now try to download until the full download succeeded. f*ckin travis fails downloading 40% of the time! - more support for Android (please test!) - added the few Android stuff we didnt have already from Google afl repository - removed unnecessary warnings OBS-URL: https://build.opensuse.org/request/show/759706 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=101 --- 2.58c.tar.gz | 3 --- 2.59c.tar.gz | 3 +++ afl.changes | 33 +++++++++++++++++++++++++++++++++ afl.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 2.58c.tar.gz create mode 100644 2.59c.tar.gz diff --git a/2.58c.tar.gz b/2.58c.tar.gz deleted file mode 100644 index 13aaf87..0000000 --- a/2.58c.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d25d6d90062a9e17327bb7bd3e59650e527d00aba85009e578aed6b9896266df -size 986561 diff --git a/2.59c.tar.gz b/2.59c.tar.gz new file mode 100644 index 0000000..325aaf0 --- /dev/null +++ b/2.59c.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858c81fa6221ef2b8b2a8977a70dc86c2624c23230d0629b3037130fd0d8d685 +size 1211443 diff --git a/afl.changes b/afl.changes index bd2b661..ab48653 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Dec 27 16:01:06 UTC 2019 - Marcus Meissner + +- updated to 2.59c + - qbdi_mode: fuzz android native libraries via QBDI framework + - unicorn_mode: switched to the new unicornafl, thanks domenukk + (see https://github.com/vanhauser-thc/unicorn) + - afl-fuzz: + - added radamsa as (an optional) mutator stage (-R[R]) + - added -u command line option to not unlink the fuzz input file + - Python3 support (autodetect) + - AFL_DISABLE_TRIM env var to disable the trim stage + - CPU affinity support for DragonFly + - llvm_mode: + - float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS + - support for llvm 10 included now (thanks to devnexen) + - libtokencap: + - support for *BSD/OSX/Dragonfly added + - hook common *cmp functions from widely used libraries + - compcov: + - hook common *cmp functions from widely used libraries + - floating point splitting support for QEMU on x86 targets + - qemu_mode: AFL_QEMU_DISABLE_CACHE env to disable QEMU TranslationBlocks caching + - afl-analyze: added AFL_SKIP_BIN_CHECK support + - better random numbers for gcc_plugin and llvm_mode (thanks to devnexen) + - Dockerfile by courtesy of devnexen + - added regex.dictionary + - qemu and unicorn download scripts now try to download until the full + download succeeded. f*ckin travis fails downloading 40% of the time! + - more support for Android (please test!) + - added the few Android stuff we didnt have already from Google afl repository + - removed unnecessary warnings + ------------------------------------------------------------------- Sat Nov 9 16:05:04 UTC 2019 - Marcus Meissner diff --git a/afl.spec b/afl.spec index fb67d72..bce7e43 100644 --- a/afl.spec +++ b/afl.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: afl -Version: 2.58c +Version: 2.59c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0