gitextract_kd351qrk/ ├── Makefile ├── afl-as.c ├── afl-as.h ├── afl-cmin ├── afl-fuzz.c ├── afl-gcc.c ├── afl-gotcpu.c ├── afl-plot ├── afl-showmap.c ├── afl-tmin.c ├── afl-whatsup ├── alloc-inl.h ├── config.h ├── debug.h ├── docs/ │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── QuickStartGuide.txt │ ├── README │ ├── env_variables.txt │ ├── historical_notes.txt │ ├── notes_for_asan.txt │ ├── parallel_fuzzing.txt │ ├── perf_tips.txt │ ├── sister_projects.txt │ ├── status_screen.txt │ ├── technical_details.txt │ └── vuln_samples/ │ ├── bash-cmd-exec.var │ ├── bash-uninit-mem.var │ ├── file-fpu-exception.elf │ ├── jxrlib-crash.jxr │ ├── jxrlib-crash2.jxr │ ├── jxrlib-crash3.jxr │ ├── jxrlib-crash4.jxr │ ├── lesspipe-cpio-bad-write.cpio │ ├── libtiff-bad-write.tif │ ├── libtiff-uninit-mem.tif │ ├── libtiff-uninit-mem2.tif │ ├── libtiff-uninit-mem3.tif │ ├── libtiff-uninit-mem4.tif │ ├── libxml2-bad-read.xml │ ├── msie-jxr-mem-leak.jxr │ ├── msie-tiff-mem-leak.tif │ ├── openssl-null-ptr.der │ ├── openssl-null-ptr2.der │ ├── sqlite-bad-free.sql │ ├── sqlite-bad-ptr.sql │ ├── sqlite-bad-ptr2.sql │ ├── sqlite-bad-ptr3.sql │ ├── sqlite-heap-overflow.sql │ ├── sqlite-heap-overwrite.sql │ ├── sqlite-negative-memset.sql │ ├── sqlite-null-ptr1.sql │ ├── sqlite-null-ptr10.sql │ ├── sqlite-null-ptr11.sql │ ├── sqlite-null-ptr12.sql │ ├── sqlite-null-ptr13.sql │ ├── sqlite-null-ptr14.sql │ ├── sqlite-null-ptr15.sql │ ├── sqlite-null-ptr2.sql │ ├── sqlite-null-ptr3.sql │ ├── sqlite-null-ptr4.sql │ ├── sqlite-null-ptr5.sql │ ├── sqlite-null-ptr6.sql │ ├── sqlite-null-ptr7.sql │ ├── sqlite-null-ptr8.sql │ ├── sqlite-null-ptr9.sql │ ├── sqlite-oob-read.sql │ ├── sqlite-oob-write.sql │ ├── sqlite-stack-buf-overflow.sql │ ├── sqlite-stack-exhaustion.sql │ ├── sqlite-unint-mem.sql │ ├── sqlite-use-after-free.sql │ ├── strings-bfd-badptr.elf │ ├── strings-bfd-badptr2.elf │ ├── strings-stack-overflow │ ├── strings-unchecked-ctr.elf │ ├── tcpdump-arp-crash.pcap │ ├── tcpdump-ppp-crash.pcap │ └── unrtf-arbitrary-read.rtf ├── experimental/ │ ├── README.experiments │ ├── argv_fuzzing/ │ │ └── argv-fuzz-inl.h │ ├── asan_cgroups/ │ │ └── limit_memory.sh │ ├── bash_shellshock/ │ │ └── shellshock-fuzz.diff │ ├── canvas_harness/ │ │ └── canvas_harness.html │ ├── clang_asm_normalize/ │ │ └── as │ ├── crash_triage/ │ │ └── triage_crashes.sh │ ├── distributed_fuzzing/ │ │ └── sync_script.sh │ ├── instrumented_cmp/ │ │ └── instrumented_cmp.c │ ├── libpng_no_checksum/ │ │ └── libpng-nocrc.patch │ ├── persistent_demo/ │ │ └── persistent_demo.c │ └── post_library/ │ ├── post_library.so.c │ └── post_library_png.so.c ├── hash.h ├── llvm_mode/ │ ├── Makefile │ ├── README.llvm │ ├── afl-clang-fast.c │ ├── afl-llvm-pass.so.cc │ └── afl-llvm-rt.o.c ├── qemu_mode/ │ ├── README.qemu │ ├── build_qemu_support.sh │ └── patches/ │ ├── afl-qemu-cpu-inl.h │ ├── cpu-exec.diff │ ├── elfload.diff │ ├── syscall.diff │ └── translate-all.diff ├── test-instr.c ├── testcases/ │ ├── README.testcases │ ├── _extras/ │ │ ├── gif.dict │ │ ├── html_tags.dict │ │ ├── jpeg.dict │ │ ├── js.dict │ │ ├── pdf.dict │ │ ├── png.dict │ │ ├── sql.dict │ │ ├── tiff.dict │ │ ├── webp.dict │ │ └── xml.dict │ ├── archives/ │ │ ├── common/ │ │ │ ├── ar/ │ │ │ │ └── small_archive.a │ │ │ ├── bzip2/ │ │ │ │ └── small_archive.bz2 │ │ │ ├── cab/ │ │ │ │ └── small_archive.cab │ │ │ ├── compress/ │ │ │ │ └── small_archive.Z │ │ │ ├── cpio/ │ │ │ │ └── small_archive.cpio │ │ │ ├── lzo/ │ │ │ │ └── small_archive.lzo │ │ │ └── xz/ │ │ │ └── small_archive.xz │ │ └── exotic/ │ │ ├── arj/ │ │ │ └── small_archive.arj │ │ ├── lha/ │ │ │ └── small_archive.lha │ │ ├── lrzip/ │ │ │ └── small_archive.lrz │ │ ├── lzip/ │ │ │ └── small_archive.lz │ │ ├── lzma/ │ │ │ └── small_archive.lzma │ │ ├── rzip/ │ │ │ └── small_archive.rz │ │ └── zoo/ │ │ └── small_archive.zoo │ ├── images/ │ │ ├── jp2/ │ │ │ └── not_kitty.jp2 │ │ ├── jxr/ │ │ │ └── not_kitty.jxr │ │ └── tiff/ │ │ └── not_kitty.tiff │ └── others/ │ ├── elf/ │ │ └── small_exec.elf │ ├── js/ │ │ └── small_script.js │ ├── pcap/ │ │ └── small_capture.pcap │ ├── rtf/ │ │ └── small_document.rtf │ ├── sql/ │ │ └── simple_queries.sql │ ├── text/ │ │ └── hello_world.txt │ └── xml/ │ └── small_document.xml └── types.h