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
This commit is contained in:
parent
6bb4e5f8dd
commit
6c27ae7bd0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d25d6d90062a9e17327bb7bd3e59650e527d00aba85009e578aed6b9896266df
|
|
||||||
size 986561
|
|
3
2.59c.tar.gz
Normal file
3
2.59c.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:858c81fa6221ef2b8b2a8977a70dc86c2624c23230d0629b3037130fd0d8d685
|
||||||
|
size 1211443
|
33
afl.changes
33
afl.changes
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 27 16:01:06 UTC 2019 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- 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 <meissner@suse.com>
|
Sat Nov 9 16:05:04 UTC 2019 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
4
afl.spec
4
afl.spec
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: afl
|
||||||
Version: 2.58c
|
Version: 2.59c
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: American fuzzy lop is a security-oriented fuzzer
|
Summary: American fuzzy lop is a security-oriented fuzzer
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user