├── LICENSE ├── README.md ├── fetchlibs.sh ├── patches ├── afl-patch.diff ├── build.sh ├── build_qemu.diff └── memfd.diff ├── setup.py └── shellphish_afl └── __init__.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/README.md -------------------------------------------------------------------------------- /fetchlibs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/fetchlibs.sh -------------------------------------------------------------------------------- /patches/afl-patch.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/patches/afl-patch.diff -------------------------------------------------------------------------------- /patches/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/patches/build.sh -------------------------------------------------------------------------------- /patches/build_qemu.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/patches/build_qemu.diff -------------------------------------------------------------------------------- /patches/memfd.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/patches/memfd.diff -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/setup.py -------------------------------------------------------------------------------- /shellphish_afl/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellphish/shellphish-afl/HEAD/shellphish_afl/__init__.py --------------------------------------------------------------------------------