2015-02-16 14:04:02 +01:00
|
|
|
#
|
|
|
|
# spec file for package afl
|
|
|
|
#
|
- update to 3.10c
- Mac OS ARM64 support
- Android support fixed and updated by Joey Jiaojg - thanks!
- New selective instrumentation option with __AFL_COVERAGE_* commands
to be placed in the source code.
Check out instrumentation/README.instrument_list.md
- afl-fuzz
- Making AFL_MAP_SIZE (mostly) obsolete - afl-fuzz now learns on
start the target map size
- upgraded cmplog/redqueen: solving for floating point, solving
transformations (e.g. toupper, tolower, to/from hex, xor,
arithmetics, etc.). This is costly hence new command line option
`-l` that sets the intensity (values 1 to 3). Recommended is 2.
- added `AFL_CMPLOG_ONLY_NEW` to not use cmplog on initial seeds
from `-i` or resumes (these have most likely already been done)
- fix crash for very, very fast targets+systems (thanks to mhlakhani
for reporting)
- on restarts (`-i`)/autoresume (AFL_AUTORESUME) the stats are now
reloaded and used, thanks to Vimal Joseph for this patch!
- changed the meaning of '+' of the '-t' option, it now means to
auto-calculate the timeout with the value given being the max
timeout. The original meaning of skipping timeouts instead of
abort is now inherent to the -t option.
- if deterministic mode is active (`-D`, or `-M` without `-d`) then
we sync after every queue entry as this can take very long time
otherwise
- added minimum SYNC_TIME to include/config.h (30 minutes default)
- better detection if a target needs a large shared map
- fix for `-Z`
- fixed a few crashes
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=125
2021-03-01 10:51:20 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2015-02-16 14:04:02 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-12-27 17:48:56 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-02-16 14:04:02 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: afl
|
- update to 3.10c
- Mac OS ARM64 support
- Android support fixed and updated by Joey Jiaojg - thanks!
- New selective instrumentation option with __AFL_COVERAGE_* commands
to be placed in the source code.
Check out instrumentation/README.instrument_list.md
- afl-fuzz
- Making AFL_MAP_SIZE (mostly) obsolete - afl-fuzz now learns on
start the target map size
- upgraded cmplog/redqueen: solving for floating point, solving
transformations (e.g. toupper, tolower, to/from hex, xor,
arithmetics, etc.). This is costly hence new command line option
`-l` that sets the intensity (values 1 to 3). Recommended is 2.
- added `AFL_CMPLOG_ONLY_NEW` to not use cmplog on initial seeds
from `-i` or resumes (these have most likely already been done)
- fix crash for very, very fast targets+systems (thanks to mhlakhani
for reporting)
- on restarts (`-i`)/autoresume (AFL_AUTORESUME) the stats are now
reloaded and used, thanks to Vimal Joseph for this patch!
- changed the meaning of '+' of the '-t' option, it now means to
auto-calculate the timeout with the value given being the max
timeout. The original meaning of skipping timeouts instead of
abort is now inherent to the -t option.
- if deterministic mode is active (`-D`, or `-M` without `-d`) then
we sync after every queue entry as this can take very long time
otherwise
- added minimum SYNC_TIME to include/config.h (30 minutes default)
- better detection if a target needs a large shared map
- fix for `-Z`
- fixed a few crashes
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=125
2021-03-01 10:51:20 +01:00
|
|
|
Version: 3.10c
|
2015-02-16 14:04:02 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: American fuzzy lop is a security-oriented fuzzer
|
|
|
|
License: Apache-2.0
|
2020-02-09 17:19:53 +01:00
|
|
|
URL: http://lcamtuf.coredump.cx/afl/
|
- update to 3.10c
- Mac OS ARM64 support
- Android support fixed and updated by Joey Jiaojg - thanks!
- New selective instrumentation option with __AFL_COVERAGE_* commands
to be placed in the source code.
Check out instrumentation/README.instrument_list.md
- afl-fuzz
- Making AFL_MAP_SIZE (mostly) obsolete - afl-fuzz now learns on
start the target map size
- upgraded cmplog/redqueen: solving for floating point, solving
transformations (e.g. toupper, tolower, to/from hex, xor,
arithmetics, etc.). This is costly hence new command line option
`-l` that sets the intensity (values 1 to 3). Recommended is 2.
- added `AFL_CMPLOG_ONLY_NEW` to not use cmplog on initial seeds
from `-i` or resumes (these have most likely already been done)
- fix crash for very, very fast targets+systems (thanks to mhlakhani
for reporting)
- on restarts (`-i`)/autoresume (AFL_AUTORESUME) the stats are now
reloaded and used, thanks to Vimal Joseph for this patch!
- changed the meaning of '+' of the '-t' option, it now means to
auto-calculate the timeout with the value given being the max
timeout. The original meaning of skipping timeouts instead of
abort is now inherent to the -t option.
- if deterministic mode is active (`-D`, or `-M` without `-d`) then
we sync after every queue entry as this can take very long time
otherwise
- added minimum SYNC_TIME to include/config.h (30 minutes default)
- better detection if a target needs a large shared map
- fix for `-Z`
- fixed a few crashes
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=125
2021-03-01 10:51:20 +01:00
|
|
|
Source: https://github.com/AFLplusplus/AFLplusplus/archive/%{version}.tar.gz
|
2015-03-27 15:44:52 +01:00
|
|
|
Source1: afl-rpmlintrc
|
2020-12-15 14:57:19 +01:00
|
|
|
Patch1: afl-3.0c-fix-paths.patch
|
2015-02-16 14:04:02 +01:00
|
|
|
BuildRequires: gcc-c++
|
2021-03-02 08:55:14 +01:00
|
|
|
BuildRequires: llvm-devel
|
2020-12-15 14:57:19 +01:00
|
|
|
BuildRequires: python3-devel
|
2015-02-16 14:04:02 +01:00
|
|
|
|
|
|
|
%description
|
2016-10-20 20:27:52 +02:00
|
|
|
American fuzzy lop is a security-oriented fuzzer that employs a novel type
|
|
|
|
of compile-time instrumentation and genetic algorithms to automatically
|
|
|
|
discover clean, interesting test cases that trigger new internal states in
|
|
|
|
the targeted binary. This substantially improves the functional coverage
|
|
|
|
for the fuzzed code. The compact synthesized corpora produced by the tool
|
|
|
|
are also useful for seeding other, more labor- or resource-intensive
|
|
|
|
testing regimes down the road.
|
2015-02-16 14:04:02 +01:00
|
|
|
|
2016-10-20 20:27:52 +02:00
|
|
|
Compared to other instrumented fuzzers, afl-fuzz is designed to be
|
|
|
|
practical: it has modest performance overhead, uses a variety of highly
|
|
|
|
effective fuzzing strategies and effort minimization tricks, requires
|
|
|
|
essentially no configuration, and seamlessly handles complex, real-world
|
|
|
|
use cases - say, common image parsing or file compression libraries.
|
2015-02-16 14:04:02 +01:00
|
|
|
|
|
|
|
%prep
|
2019-06-24 09:24:50 +02:00
|
|
|
%setup -q -n AFLplusplus-%version
|
2015-03-27 21:33:36 +01:00
|
|
|
%patch1 -p1
|
2017-11-05 09:22:19 +01:00
|
|
|
sed -i 's|#!/usr/bin/env bash|#!/bin/bash|g' afl-cmin
|
2015-02-16 14:04:02 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$CFLAGS %{optflags}"
|
2018-08-30 17:07:23 +02:00
|
|
|
%ifnarch %{ix86} x86_64
|
|
|
|
export AFL_NO_X86=1
|
|
|
|
%endif
|
2020-12-15 14:57:19 +01:00
|
|
|
make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir}
|
2020-07-02 15:33:33 +02:00
|
|
|
# make radamsa
|
2015-02-16 14:04:02 +01:00
|
|
|
|
|
|
|
%install
|
2018-08-30 17:07:23 +02:00
|
|
|
%ifnarch %{ix86} x86_64
|
|
|
|
export AFL_NO_X86=1
|
|
|
|
%endif
|
2019-11-10 11:24:08 +01:00
|
|
|
make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_docdir} MAN_PATH=%{_mandir}/man8 DESTDIR=%{buildroot} install
|
2015-02-16 14:04:02 +01:00
|
|
|
|
|
|
|
%files
|
2020-02-25 17:42:55 +01:00
|
|
|
%license docs/COPYING LICENSE
|
|
|
|
%doc /usr/share/doc/packages/%name/
|
2015-02-16 14:04:02 +01:00
|
|
|
%{_bindir}/%{name}-*
|
2015-03-27 15:44:52 +01:00
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
|
%{_libexecdir}/%{name}/%{name}-as
|
|
|
|
%{_libexecdir}/%{name}/as
|
2020-12-15 14:57:19 +01:00
|
|
|
%ifarch x86_64 ppc64 ppc64le s390x
|
|
|
|
%{_libexecdir}/%{name}/afl-compiler-rt-64.o
|
|
|
|
%{_libexecdir}/%{name}/afl-llvm-rt-64.o
|
|
|
|
%endif
|
|
|
|
%ifarch %ix86
|
|
|
|
%{_libexecdir}/%{name}/afl-compiler-rt-32.o
|
|
|
|
%{_libexecdir}/%{name}/afl-llvm-rt-32.o
|
|
|
|
%endif
|
|
|
|
%{_libexecdir}/%{name}/afl-compiler-rt.o
|
|
|
|
%{_libexecdir}/%{name}/afl-llvm-rt.o
|
|
|
|
%{_libexecdir}/%{name}/dynamic_list.txt
|
2015-02-16 14:04:02 +01:00
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%dir %{_datadir}/%{name}/testcases
|
|
|
|
%{_datadir}/%{name}/testcases/*
|
2016-10-20 20:27:52 +02:00
|
|
|
%dir %{_datadir}/afl/dictionaries/
|
|
|
|
%{_datadir}/afl/dictionaries/*
|
2019-11-10 11:24:08 +01:00
|
|
|
%{_mandir}/man8/afl*.8*
|
2015-02-16 14:04:02 +01:00
|
|
|
|
2015-03-27 15:44:52 +01:00
|
|
|
%changelog
|