shub-fuzz/symcc:latest

$ singularity pull shub://shub-fuzz/symcc:latest

Singularity Recipe

Bootstrap: docker
From: registry.gitlab.com/rode0day/fuzzer-testing/symcc_runner:20.04

%labels
    MAINTAINER Josh Bundt
    DockerTagID 42394ccca

%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


View on Datalad

Metrics

key value
id /containers/shub-fuzz-symcc-latest
collection name shub-fuzz/symcc
branch master
tag latest
commit 701dd6d5c19c8b6c3896e3920d00a2ca7e879744
version (container hash) d7fd605321756e7e30fdc63522e30756
build date 2021-02-17T23:06:25.980Z
size (MB) 1054.0
size (bytes) 349356063
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.