# aflgo **Repository Path**: north_walker/aflgo ## Basic Information - **Project Name**: aflgo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AFLGo [![singularity-deploy](https://github.com/shub-fuzz/aflgo/actions/workflows/builder.yml/badge.svg?branch=main)](https://github.com/shub-fuzz/aflgo/actions/workflows/builder.yml) [![https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://singularity-hub.org/collections/5085) Singularity image for AFLGo (https://github.com/aflgo/aflgo) - __What__ is [Singularity](https://sylabs.io/singularity/)? A containerization system primarily used by the scientific community on high-performance computing (HPC). On many University HPC systems, docker is not allowed, but singularity is availble because it runs with user level permisions. - __Why__? Fuzzing on HPC! Universities have trememdous resources available in HPC clusters that can be used to support large-scale fuzzing evaluations. - usage: ``` singularity pull --name aflgo.sif https://github.com/shub-fuzz/aflgo/releases/download/0.0.2/shub-fuzz-aflgo.1604.sif singularity shell aflgo.sif ```