mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0db625f010
American fuzzy lop is a 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. WWW: http://lcamtuf.coredump.cx/afl/ PR: 195279 Submitted by: Fabian Keil <fk@fabiankeil.de>
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/current_todo.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/env_variables.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/notes_for_asan.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/parallel_fuzzing.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/perf_tips.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/related_work.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/status_screen.txt
|
|
bin/afl-clang
|
|
bin/afl-clang++
|
|
bin/afl-fuzz
|
|
bin/afl-g++
|
|
bin/afl-gcc
|
|
bin/afl-showmap
|
|
lib/afl/afl-as
|
|
lib/afl/as
|
|
share/afl/archives/gzip/small_archive.gz
|
|
share/afl/archives/lzo/small_achive.lzo
|
|
share/afl/archives/tar/small_archive.tar
|
|
share/afl/archives/xz/small_archive.xz
|
|
share/afl/archives/zip/small_archive.zip
|
|
share/afl/images/bmp/hello_kitty.bmp
|
|
share/afl/images/gif/hello_kitty.gif
|
|
share/afl/images/ico/hello_kitty.ico
|
|
share/afl/images/jp2/hello_kitty.jp2
|
|
share/afl/images/jpeg/hello_kitty.jpg
|
|
share/afl/images/png/hello_kitty.png
|
|
share/afl/images/tiff/hello_kitty.tif
|
|
share/afl/images/webp/hello_kitty_lossless.webp
|
|
share/afl/multimedia/h264/small_movie.mp4
|
|
share/afl/others/elf/small_exec.elf
|
|
share/afl/others/hello/hello.txt
|
|
share/afl/others/pcap/small_capture.pcap
|
|
share/afl/others/rtf/small_document.rtf
|
|
share/afl/others/xml/small_document.xml
|
|
share/afl/wishlist.txt
|