shub-fuzz/aflgo:latest
$ singularity pull shub://shub-fuzz/aflgo:latest
Singularity Recipe
Bootstrap: docker
From: registry.gitlab.com/rode0day/fuzzer-testing/aflgo_runner:16.04
%labels
MAINTAINER Josh Bundt
DockerTagID 2de4136cb
%environment
AFL_SKIP_CPUFREQ=1
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
TMPDIR=/tmp
export AFL_SKIP_CPUFREQ LC_ALL LANG TMPDIR
%runscript
echo /start_fuzzing $@
exec /start_fuzzing "$@"
%startscript
echo /start_fuzzing $@
exec /start_fuzzing "$@"
%post
# In order to get locales working properly inside a Singularity container
# we need to do the following:
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen --purge en_US.UTF-8
dpkg-reconfigure --frontend=noninteractive locales
# fixing symlinks in Singularity 2.6
cd /usr/local/bin
ln -sf afl-clang-fast afl-clang
ln -sf afl-clang-fast afl-clang++
ln -sf afl-clang-fast afl-clang-fast++
ln -sf afl-gcc afl-g++
Collection
- Name: shub-fuzz/aflgo
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/shub-fuzz-aflgo-latest |
collection name | shub-fuzz/aflgo |
branch | main |
tag | latest |
commit | 7fb2e9ecec5e4184b7fb9a33814d2ee0e101558d |
version (container hash) | f7a6400667b211b866b8dcaf36060b163190fbdc061e551df94056c70fb5ce79 |
build date | 2021-02-03T20:38:14.489Z |
size (MB) | 498.16015625 |
size (bytes) | 522358784 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.