Merge branch 'main' of github.com:histausse/rasta

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-04-19 11:08:10 +02:00
commit efb26f9abc
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -6,7 +6,7 @@ This repository contains the source code for reproducing the experiments of the
The provided source code enables to rebuild Docker and Singularity images for several static analysis tools of the literature, but pre-build images can be retrieved directly from the following locations: The provided source code enables to rebuild Docker and Singularity images for several static analysis tools of the literature, but pre-build images can be retrieved directly from the following locations:
- Docker images: https://hub.docker.com/u/histausse (or see full list at the end of this README) - Docker images: https://hub.docker.com/u/histausse (or see full list at [the end of this README](#dockerhub-images))
- Singularity images: https://zenodo.org/records/10980349 - Singularity images: https://zenodo.org/records/10980349
The Docker image provides an interactive container to the user for analyzing an APK file. The Singularity image helps to run batch analysis for a dataset of applications on a Singularity cluster. Additionally, the source code contains scripts for extracting the status of each APK analysis (failed/finished) and some characteristics (time, memory) and pushing these values in a database for further statistics. The Docker image provides an interactive container to the user for analyzing an APK file. The Singularity image helps to run batch analysis for a dataset of applications on a Singularity cluster. Additionally, the source code contains scripts for extracting the status of each APK analysis (failed/finished) and some characteristics (time, memory) and pushing these values in a database for further statistics.