Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

afl-2.52b-bp153.2.1 RPM for aarch64

From OpenSuSE Leap 15.3 for aarch64

Name: afl Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.52b Vendor: openSUSE
Release: bp153.2.1 Build date: Mon Mar 29 16:16:41 2021
Group: Development/Tools/Debuggers Build host: obs-arm-7
Size: 945224 Source RPM: afl-2.52b-bp153.2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://lcamtuf.coredump.cx/afl/
Summary: American fuzzy lop is a security-oriented fuzzer
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.

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.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Mar 29 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Enable build on non-x86 architectures
* Sun Nov 05 2017 mardnh@gmx.de
  - Update to version 2.52b:
    * Upgraded QEMU patches from 2.3.0 to 2.10.0. Required troubleshooting
      several weird issues.
    * Added setsid to afl-showmap. See the notes for 2.51b.
    * Added target mode (deferred, persistent, qemu, etc) to fuzzer_stats.
    * afl-tmin should now save a partially minimized file when Ctrl-C
      is pressed.
    * Added an option for afl-analyze to dump offsets in hex.
    * Added support for parameters in triage_crashes.sh.
* Sun Sep 03 2017 astieger@suse.com
  - afl 2.51b:
    * Make afl-tmin call setsid to prevent glibc traceback junk from
      showing up on the terminal
  - includes changes form 2.50b:
    * Fix a timing corner case
    * Address a libtokencap / pthreads incompatibility issue
    * Add AFL_FAST_CAL.
    * In-place resume now preserves .synced
* Sat Jul 29 2017 meissner@suse.com
  - include docs/README
* Wed Jul 26 2017 meissner@suse.com
  - Version 2.49b
    - Added AFL_TMIN_EXACT to allow path constraint for crash minimization.
    - Added dates for releases (retroactively for all of 2017).
  - Version 2.48b
    - Added AFL_ALLOW_TMP to permit some scripts to run in /tmp.
    - Fixed cwd handling in afl-analyze (similar to the quirk in afl-tmin).
    - Made it possible to point -o and -f to the same file in afl-tmin.
  - Version 2.47b
    - Fixed cwd handling in afl-tmin. Spotted by Jakub Wilk.
  - Version 2.46b
    - libdislocator now supports AFL_LD_NO_CALLOC_OVER for folks who do not
      want to abort on calloc() overflows.
    - Made a minor fix to libtokencap. Reported by Daniel Stender.
    - Added a small JSON dictionary, inspired on a dictionary done by Jakub Wilk.
* Fri Jul 07 2017 meissner@suse.com
  - update to 2.45b:
    - Added strstr, strcasestr support to libtokencap. Contributed by
      Daniel Hodson.
    - Fixed a resumption offset glitch spotted by Jakub Wilk.
    - There are definitely no bugs in afl-showmap -c now.
* Mon Jul 03 2017 astieger@suse.com
  - update to 2.44b:
    * Add visual indicator of ASAN / MSAN mode when compiling
    * Add support for afl-showmap coredumps (-c)
    * Add LD_BIND_NOW=1 for afl-showmap by default
    * Added AFL_NO_ARITH to aid in the fuzzing of text-based formats
    * Renamed the R() macro to avoid a problem with llvm_mode in the
      latest versions of LLVM
* Wed Apr 12 2017 meissner@suse.com
  - update to 2.41b:
    - Addressed a major user complaint related to timeout detection. Timing out
      inputs are now binned as "hangs" only if they exceed a far more generous
      time limit than the one used to reject slow paths.
  - update to 2.40b:
    - Fixed a minor oversight in the insertion strategy for dictionary words.
      Spotted by Andrzej Jackowski.
    - Made a small improvement to the havoc block insertion strategy.
    - Adjusted color rules for "is it done yet?" indicators.
* Wed Mar 08 2017 sfalken@opensuse.org
  - Changed %doc line, to clear buildfailure in openSUSE:Factory
    Due to unpackaged files
* Fri Feb 10 2017 meissner@suse.com
  - update to 2.39b:
    - Improved error reporting in afl-cmin. Suggested by floyd.
    - Made a minor tweak to trace-pc-guard support. Suggested by kcc.
    - Added a mention of afl-monitor.
* Mon Jan 30 2017 astieger@suse.com
  - update to  2.38b:
    * Added -mllvm -sanitizer-coverage-block-threshold=0 to
      trace-pc-guard mode
    * Fixed a cosmetic bad free() bug when aborting -S sessions
    * Made a small change to afl-whatsup to sort fuzzers by name.
    * Fixed a minor issue with malloc(0) in libdislocator
    * Changed the clobber pattern in libdislocator to a slightly more
      reliable one
    * Added a note about THP performance
    * Added a somewhat unofficial support for running afl-tmin with a
      baseline "mask" that causes it to minimize only for edges that
      are unique to the input file, but not to the "boring" baseline.
    * "Fixed" a getPassName() problem with never versions of clang.
* Wed Oct 19 2016 mpluskal@suse.com
  - Update to version 2.35b:
    * Fixed a minor cmdline reporting glitch, spotted by Leo Barnes.
    * Fixed a silly bug in libdislocator. Spotted by Johannes Schultz.
  - Changes for version 2.34b:
    * Added a note about afl-tmin to technical_details.txt.
    * Added support for AFL_NO_UI, as suggested by Leo Barnes.
  - Changes for version 2.33b:
    * Added code to strip -Wl,-z,defs and -Wl,--no-undefined for
      fl-clang-fast, since they interfere with -shared. Spotted and
      iagnosed by Toby Hutton.
    * Added some fuzzing tips for Android.
* Thu Aug 25 2016 meissner@suse.com
  - Version 2.32b:
    - Added a check for AFL_HARDEN combined with AFL_USE_*SAN. Suggested by Hanno Boeck.
    - Made several other cosmetic adjustments to cycle timing in the wake of the big tweak made in 2.31b.
  - Version 2.31b:
    - Changed havoc cycle counts for a marked performance boost, especially
      with -S / -d. See the discussion of FidgetyAFL in:
      https://groups.google.com/forum/#!topic/afl-users/fOPeb62FZUg
      While this does not implement the approach proposed by the authors of
      the CCS paper, the solution is a result of digging into that research;
      more improvements may follow as I do more experiments and get more
      definitive data.
  - Version 2.30b:
    - Made minor improvements to persistent mode to avoid the remote
      possibility of "no instrumentation detected" issues with very low
      instrumentation densities.
    - Fixed a minor glitch with a leftover process in persistent mode.
      Reported by Jakub Wilk and Daniel Stender.
    - Made persistent mode bitmaps a bit more consistent and adjusted the way
      this is shown in the UI, especially in persistent mode.
  - Version 2.29b:
    - Made a minor #include fix to llvm_mode. Suggested by Jonathan Metzman.
    - Made cosmetic updates to the docs.
  - Version 2.28b:
    - Added "life pro tips" to docs/.
    - Moved testcases/_extras/ to dictionaries/ for visibility.
    - Made minor improvements to install scripts.
    - Added an important safety tip.
  - Version 2.27b:
    - Added libtokencap, a simple feature to intercept strcmp / memcmp and
      generate dictionary entries that can help extend coverage.
    - Moved libdislocator to its own dir, added README.
    - The demo in experimental/instrumented_cmp is no more.
  - Version 2.26b:
    - Made a fix for libdislocator.so to compile on MacOS X.
    - Added support for DYLD_INSERT_LIBRARIES.
    - Renamed AFL_LD_PRELOAD to AFL_PRELOAD.
  - Version 2.25b:
    - Made some cosmetic updates to libdislocator.so, renamed one env
      variable.
  - Version 2.24b:
    - Added libdislocator.so, an experimental, abusive allocator. Try
      it out with AFL_LD_PRELOAD=/path/to/libdislocator.so when running
      afl-fuzz.
  - Version 2.23b:
    - Improved the stability metric for persistent mode binaries. Problem
      spotted by Kurt Roeckx.
    - Made a related improvement that may bring the metric to 100% for those
      targets.
  - Version 2.22b:
    - Mentioned the potential conflicts between MSAN / ASAN and FORTIFY_SOURCE.
      There is no automated check for this, since some distros may implicitly
      set FORTIFY_SOURCE outside of the compiler's argv[].
    - Populated the support for AFL_LD_PRELOAD to all companion tools.
    - Made a change to the handling of ./afl-clang-fast -v. Spotted by
      Jan Kneschke.
* Sat Jul 23 2016 astieger@suse.com
  - afl 2.21b:
    * Minor UI fixes
  - includes changes from 2.20b:
    * Revamp handling of variable paths
    * Stablility improvements
    * Include current input bitmap density in UI
    * Add experimental support for parallelizing -M.
  - includes changes from 2.19b:
    * Ensure auto CPU binding happens at non-overlapping times
  - includes changes from 2.18b
    * Performance improvements
* Tue Jun 28 2016 astieger@suse.com
  - afl 2.17b:
    * Remove error-prone and manual -Z option
    * automatically bind to the first free core
* Wed Jun 15 2016 astieger@suse.com
  - afl 2.14b:
    - Added FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION as a macro
      defined when compiling with afl-gcc and friends
    - Refreshed some of the non-x86 docs.
* Tue May 31 2016 astieger@suse.com
  - afl 2.13b:
    * Fixed a spurious build test error with trace-pc and
      llvm_mode/Makefile.
    * Fixed a cosmetic issue with afl-whatsup
  - includes changes from 2.12b
    * Fixed a minor issue in afl-tmin that can make alphabet
      minimization less efficient during passes > 1
* Mon May 02 2016 astieger@suse.com
  - afl 2.11b:
    - Fixed a minor typo in instrumented_cmp
    - Added a missing size check for deterministic insertion steps.
    - Made an improvement to afl-gotcpu when -Z not used.
    - Fixed a typo in post_library_png.so.c in experimental/
* Sat Apr 16 2016 astieger@suse.com
  - afl 2.10b:
    * Fix a minor core counting glitch
* Mon Mar 28 2016 mpluskal@suse.com
  - Update to 2.09b
    * Made several documentation updates.
    * Added some visual indicators to promote and simplify the use
      of -Z.
  - Changes for 2.08b
    * Added explicit support for -m32 and -m64 for llvm_mode.
      Inspired by a request from Christian Holler.
    * Added a new benchmarking option, as requested by Kostya
      Serebryany.
  - Changes for 2.07b
    * Added CPU affinity option (-Z) on Linux. With some caution,
      this can offer a significant (10%+) performance bump and
      reduce jitter. Proposed by Austin Seipp.
    * Updated afl-gotcpu to use CPU affinity where supported.
    * Fixed confusing CPU_TARGET error messages with QEMU build.
      Spotted by Daniel Komaromy and others.
  - Changes for 2.06b
    * Worked around LLVM persistent mode hiccups with -shared code.
      Contributed by Christian Holler.
    * Added __AFL_COMPILER as a convenient way to detect that
      something is built under afl-gcc / afl-clang / afl-clang-fast
      and enable custom optimizations in your code. Suggested by
      Pedro Corte-Real.
    * Upstreamed several minor changes developed by Franjo Ivancic to
      allow AFL to be built as a library. This is fairly use-specific
      and may have relatively little appeal to general audiences.
* Sun Feb 28 2016 astieger@suse.com
  - afl 2.05b:
    * Put __sanitizer_cov_module_init & co behind #ifdef to avoid
      problems with ASAN.
* Wed Feb 24 2016 astieger@suse.com
  - afl 2.04b:
    * remove indirect-calls coverage from -fsanitize-coverage
    * LLVM: Added experimental -fsanitize-coverage=trace-pc support
    - LLVM: better support non-standard map sizes
    - LLVM: use thread-local execution tracing
    - Force-disabled symbolization for ASAN
    - Added AFL_LD_PRELOAD to allow LD_PRELOAD to be set for targets
      without affecting AFL itself
    - Fixed a "lcamtuf can't count to 16" bug in the havoc stage.
* Tue Feb 16 2016 astieger@suse.com
  - afl 2.01b:
    - updates to color handling
    - Fixed an installation issue with afl-as
* Thu Feb 11 2016 astieger@suse.com
  - afl 1.99b:
    - Revamp the output and the internal logic of afl-analyze.
    - Clean up color handling code
    - added support for background colors.
* Wed Feb 10 2016 astieger@suse.com
  - afl 1.98b:
    - new tool afl-analyze
* Sat Dec 19 2015 mpluskal@suse.com
  - Update to 1.96b
    * Added -fpic to CFLAGS for the clang plugin, as suggested by
    Hanno Boeck.
    * Made another clang change (IRBuilder) suggested by Jeff Trull.
    * Fixed several typos, spotted by Jakub Wilk.
    * Added support for AFL_SHUFFLE_QUEUE, based on discussions with
      Christian Holler.
* Fri Nov 13 2015 astieger@suse.com
  - afl 1.95b:
    * Fixed a harmless bug when handling -B
    * Made the exit message a bit more accurate when
      AFL_EXIT_WHEN_DONE is set.
    * Added some error-checking for old-style forkserver syntax.
    * Switched from exit() to _exit() in injected code to avoid
      snafus with destructors in C++ code.
    * Made a change to avoid spuriously setting __AFL_SHM_ID when
      AFL_DUMB_FORKSRV is set in conjunction with -n.
* Fri Oct 02 2015 astieger@suse.com
  - afl 1.94b:
    * Changed allocator alignment to improve support for non-x86 systems
      (now that llvm_mode makes this more feasible).
    * Fixed an obscure bug that would affect people trying to use afl-gcc
      with $TMP set but $TMPDIR absent.
* Mon Sep 07 2015 astieger@suse.com
  - afl 1.92b:
    * C++ fix (namespaces)
* Thu Sep 03 2015 astieger@suse.com
  - afl 1.91b:
    * C++ instrumentation fixes
  - includes changes from 1.90b:
    * documentation updates
    * Fixed a potential problem with deferred mode signatures getting
      optimized out by the linker (with --gc-sections).
* Wed Sep 02 2015 astieger@suse.com
  - afl 1.89b:
    * Revamped the support for persistent and deferred forkserver
      modes. Both now feature simpler syntax and do not require
      companion env variables.
    * Added a bit more info about afl-showmap.
* Sun Aug 30 2015 astieger@suse.com
  - afl 1.88b:
    * Make AFL_EXIT_WHEN_DONE work in non-tty mode.
* Thu Aug 27 2015 astieger@suse.com
  - afl 1.87b:
    * Add QuickStartGuide.txt and other documentation updates
* Mon Aug 10 2015 astieger@suse.com
  - afl 1.86b:
    * Added support for AFL_SKIP_CRASHES
    * Removed the hard-fail terminal size check
* Wed Aug 05 2015 mpluskal@suse.com
  - Update to 1.85b
    * Fixed a garbled sentence in notes on parallel fuzzing.
    * Fixed a minor glitch in afl-cmin.
  - Changes for 1.84b
    * Made SIMPLE_FILES behave as expected when naming backup
      directories for crashes and hangs.
    * Added the total number of favored paths to fuzzer_stats.
    * Made afl-tmin, afl-fuzz, and afl-cmin reject negative values
      passed to -t and -m, since they generally won't work as
      expected.
    * Made a fix for no lahf / sahf support on older versions of
      FreeBSD.
* Mon Jun 15 2015 astieger@suse.com
  - afl 1.83b:
    * fixes for platforms other than GNU/Linux
* Sat Jun 13 2015 astieger@suse.com
  - afl 1.82b:
    * Fixed a harmless but annoying race condition in persistent mode
    * Updated persistent mode documentation
    - Tweaked AFL_PERSISTENT to force AFL_NO_VAR_CHECK.
  - afl 1.81b:
    * Added persistent mode for in-process fuzzing.
    * in-place resume code to preserve crashes/README.txt.
* Tue May 26 2015 astieger@suse.com
  - afl 1.80b:
    - Made afl-cmin tolerant of whitespaces in filenames
    - Added support for AFL_EXIT_WHEN_DONE
* Mon May 25 2015 astieger@suse.com
  - afl 1.79b:
    - Added support for dictionary levels, see testcases/README.testcases.
    - Reworked the SQL dictionary to use levels.
    - Added a note about Preeny.
* Tue May 19 2015 astieger@suse.com
  - builds for i586 x86_64 only
* Mon May 18 2015 astieger@suse.com
  - afl 1.78b:
    - Added a dictionary for PDF
    - Added several references to afl-cov
* Fri May 08 2015 astieger@suse.com
  - afl 1.77b:
    * additional fuzzing functionality
    * reduce number of duplicates
    * documentation updates
    * qemu_mode with qemu 2.3.0
* Mon Apr 27 2015 astieger@suse.com
  - afl 1.73b:
    - Fixed a bug in effector maps that could sometimes cause more
      fuzzing than necessary, or SEGV
  - includes changes from 1.72b:
    - Fixed a glitch in non-x86 install
    - Added a minor safeguard to llvm_mode Makefile
* Mon Apr 20 2015 astieger@suse.com
  - afl 1.71b:
    - Fix bug with installed copies of AFL trying to use QEMU mode.
    - Add last path / crash / hang times to fuzzer_stats
  - with changes from 1.70b:
    - Modify resumption code to reuse the original timeout value when
      resuming a session if -t is not given. This prevents timeout
      creep in continuous fuzzing.
    - Add improved error messages for failed handshake when
      AFL_DEFER_FORKSRV is set.
    - slight improvement to llvm_mode/Makefile
    - Refresh several bits of documentation.
* Thu Apr 16 2015 astieger@suse.com
  - afl 1.69b:
    - Added support for deferred initialization in LLVM mode.
  - afl 1.68b:
    - Fixed a minor PRNG glitch that would make the first seconds of
      a fuzzing job deterministic.
    - Made tmp[] static in the LLVM runtime to keep Valgrind happy
    - Clarified the footnote in README.
* Mon Apr 13 2015 astieger@suse.com
  - afl 1.67b:
    - One more correction to llvm_mode Makefile
  - afl 1.66b:
    - Added CC / CXX support to llvm_mode Makefile
    - Fixed 'make clean' with gmake
    - Fixed 'make -j n clean all'
    - Removed build date and time from banners to give people deterministic
      builds
    - drop afl-1.46b-nodate.patch, thus obsoleted
* Mon Apr 13 2015 astieger@suse.com
  - afl 1.65b:
    - Fixed a snafu with some leftover code in afl-clang-fast.
    - Corrected even moar typos.
* Sun Apr 12 2015 astieger@suse.com
  - afl 1.64b:
    - improve compatibility with non-ELF platforms.
    - Fixed a problem with afl-clang-fast and -shared libraries.
    - Removed unnecessary instrumentation density adjustment for LLVM
  - includes changes from 1.63b:
    - Updated cgroups_asan/
    - Fixed typos
* Sat Apr 11 2015 astieger@suse.com
  - afl 1.62b:
    - Improved the handling of -x in afl-clang-fast,
    - Improved the handling of low AFL_INST_RATIO settings for QEMU and
      LLVM modes.
    - Fixed the llvm-config bug for good
  - includes changes from 1.61b:
    - Fixed an obscure bug compiling OpenSSL with afl-clang-fast.
    - Fixed a 'make install' bug on non-x86 systems
    - Fixed a problem with half-broken llvm-config
* Thu Apr 09 2015 astieger@suse.com
  - afl 1.60b:
    * Allowed experimental/llvm_instrumentation/ to graduate to llvm_mode/.
    * Removed experimental/arm_support/, since it's completely broken and likely
      unnecessary with LLVM support in place.
    * Added ASAN cgroups script to experimental/asan_cgroups/, updated existing
      docs. Courtesy Sam Hakim and David A. Wheeler.
    * Refactored afl-tmin to reduce the number of execs in common use cases.
      Ideas from Jonathan Neuschafer and Turo Lamminen.
    * Added a note about CLAs at the bottom of README.
    * Renamed testcases_readme.txt to README.testcases for some semblance of
      consistency.
    * Made assorted updates to docs.
  - includes changes from 1.59b
    * Imported Laszlo Szekeres' experimental LLVM instrumentation into
      experimental/llvm_instrumentation. I'll work on including it in the
      "mainstream" version soon.
  - updates afl-1.46b-nodate.patch
* Fri Mar 27 2015 astieger@suse.com
  - fix SLE 11 SP3 build, add afl-1.58b-fix-paths.patch
* Fri Mar 27 2015 astieger@suse.com
  - afl 1.58b:
    * Added a workaround for abort() behavior in -lpthread programs in
      QEMU mode.
    * Made several documentation updates, including links to the
      static instrumentation tool (sister_projects.txt).
  - use libexecdir
* Tue Mar 24 2015 meissner@suse.com
  - updated to 1.57b
* Mon Feb 16 2015 astieger@suse.com
  - initial package

Files

/usr/bin/afl-analyze
/usr/bin/afl-clang
/usr/bin/afl-clang++
/usr/bin/afl-cmin
/usr/bin/afl-fuzz
/usr/bin/afl-g++
/usr/bin/afl-gcc
/usr/bin/afl-gotcpu
/usr/bin/afl-plot
/usr/bin/afl-showmap
/usr/bin/afl-tmin
/usr/bin/afl-whatsup
/usr/lib/afl
/usr/lib/afl/afl-as
/usr/lib/afl/as
/usr/share/afl
/usr/share/afl/dictionaries
/usr/share/afl/dictionaries/README.dictionaries
/usr/share/afl/dictionaries/gif.dict
/usr/share/afl/dictionaries/html_tags.dict
/usr/share/afl/dictionaries/jpeg.dict
/usr/share/afl/dictionaries/js.dict
/usr/share/afl/dictionaries/json.dict
/usr/share/afl/dictionaries/pdf.dict
/usr/share/afl/dictionaries/png.dict
/usr/share/afl/dictionaries/sql.dict
/usr/share/afl/dictionaries/tiff.dict
/usr/share/afl/dictionaries/webp.dict
/usr/share/afl/dictionaries/xml.dict
/usr/share/afl/testcases
/usr/share/afl/testcases/README.testcases
/usr/share/afl/testcases/archives
/usr/share/afl/testcases/archives/common
/usr/share/afl/testcases/archives/common/ar
/usr/share/afl/testcases/archives/common/ar/small_archive.a
/usr/share/afl/testcases/archives/common/bzip2
/usr/share/afl/testcases/archives/common/bzip2/small_archive.bz2
/usr/share/afl/testcases/archives/common/cab
/usr/share/afl/testcases/archives/common/cab/small_archive.cab
/usr/share/afl/testcases/archives/common/compress
/usr/share/afl/testcases/archives/common/compress/small_archive.Z
/usr/share/afl/testcases/archives/common/cpio
/usr/share/afl/testcases/archives/common/cpio/small_archive.cpio
/usr/share/afl/testcases/archives/common/gzip
/usr/share/afl/testcases/archives/common/gzip/small_archive.gz
/usr/share/afl/testcases/archives/common/lzo
/usr/share/afl/testcases/archives/common/lzo/small_archive.lzo
/usr/share/afl/testcases/archives/common/rar
/usr/share/afl/testcases/archives/common/rar/small_archive.rar
/usr/share/afl/testcases/archives/common/tar
/usr/share/afl/testcases/archives/common/tar/small_archive.tar
/usr/share/afl/testcases/archives/common/xz
/usr/share/afl/testcases/archives/common/xz/small_archive.xz
/usr/share/afl/testcases/archives/common/zip
/usr/share/afl/testcases/archives/common/zip/small_archive.zip
/usr/share/afl/testcases/archives/exotic
/usr/share/afl/testcases/archives/exotic/arj
/usr/share/afl/testcases/archives/exotic/arj/small_archive.arj
/usr/share/afl/testcases/archives/exotic/lha
/usr/share/afl/testcases/archives/exotic/lha/small_archive.lha
/usr/share/afl/testcases/archives/exotic/lrzip
/usr/share/afl/testcases/archives/exotic/lrzip/small_archive.lrz
/usr/share/afl/testcases/archives/exotic/lzip
/usr/share/afl/testcases/archives/exotic/lzip/small_archive.lz
/usr/share/afl/testcases/archives/exotic/lzma
/usr/share/afl/testcases/archives/exotic/lzma/small_archive.lzma
/usr/share/afl/testcases/archives/exotic/rzip
/usr/share/afl/testcases/archives/exotic/rzip/small_archive.rz
/usr/share/afl/testcases/archives/exotic/zoo
/usr/share/afl/testcases/archives/exotic/zoo/small_archive.zoo
/usr/share/afl/testcases/images
/usr/share/afl/testcases/images/bmp
/usr/share/afl/testcases/images/bmp/not_kitty.bmp
/usr/share/afl/testcases/images/gif
/usr/share/afl/testcases/images/gif/not_kitty.gif
/usr/share/afl/testcases/images/ico
/usr/share/afl/testcases/images/ico/not_kitty.ico
/usr/share/afl/testcases/images/jp2
/usr/share/afl/testcases/images/jp2/not_kitty.jp2
/usr/share/afl/testcases/images/jpeg
/usr/share/afl/testcases/images/jpeg/not_kitty.jpg
/usr/share/afl/testcases/images/jxr
/usr/share/afl/testcases/images/jxr/not_kitty.jxr
/usr/share/afl/testcases/images/png
/usr/share/afl/testcases/images/png/not_kitty.png
/usr/share/afl/testcases/images/png/not_kitty_alpha.png
/usr/share/afl/testcases/images/png/not_kitty_gamma.png
/usr/share/afl/testcases/images/png/not_kitty_icc.png
/usr/share/afl/testcases/images/tiff
/usr/share/afl/testcases/images/tiff/not_kitty.tiff
/usr/share/afl/testcases/images/webp
/usr/share/afl/testcases/images/webp/not_kitty.webp
/usr/share/afl/testcases/multimedia
/usr/share/afl/testcases/multimedia/h264
/usr/share/afl/testcases/multimedia/h264/small_movie.mp4
/usr/share/afl/testcases/others
/usr/share/afl/testcases/others/elf
/usr/share/afl/testcases/others/elf/small_exec.elf
/usr/share/afl/testcases/others/js
/usr/share/afl/testcases/others/js/small_script.js
/usr/share/afl/testcases/others/pcap
/usr/share/afl/testcases/others/pcap/small_capture.pcap
/usr/share/afl/testcases/others/pdf
/usr/share/afl/testcases/others/pdf/small.pdf
/usr/share/afl/testcases/others/rtf
/usr/share/afl/testcases/others/rtf/small_document.rtf
/usr/share/afl/testcases/others/sql
/usr/share/afl/testcases/others/sql/simple_queries.sql
/usr/share/afl/testcases/others/text
/usr/share/afl/testcases/others/text/hello_world.txt
/usr/share/afl/testcases/others/xml
/usr/share/afl/testcases/others/xml/small_document.xml
/usr/share/doc/packages/afl
/usr/share/doc/packages/afl/COPYING
/usr/share/doc/packages/afl/ChangeLog
/usr/share/doc/packages/afl/QuickStartGuide.txt
/usr/share/doc/packages/afl/README
/usr/share/doc/packages/afl/env_variables.txt
/usr/share/doc/packages/afl/historical_notes.txt
/usr/share/doc/packages/afl/life_pro_tips.txt
/usr/share/doc/packages/afl/notes_for_asan.txt
/usr/share/doc/packages/afl/parallel_fuzzing.txt
/usr/share/doc/packages/afl/perf_tips.txt
/usr/share/doc/packages/afl/sister_projects.txt
/usr/share/doc/packages/afl/status_screen.txt
/usr/share/doc/packages/afl/technical_details.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:48:48 2024