Linking to Zenodo and Docker Hub
This commit is contained in:
parent
c66927898f
commit
1eb93a35e0
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -2,9 +2,16 @@
|
|||
|
||||
Rasta stands for Reproducibility of Android Static Tools and Analysis.
|
||||
|
||||
This repository contains the source code for reproducing the experiments of the paper "Evaluating the Re-Usability of Android Static Analysis Tools". The provided source code enables to rebuild Docker and Singularity images for several static analysis tools of the literature. These Docker provides an interative 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.
|
||||
This repository contains the source code for reproducing the experiments of the paper "Evaluating the Re-Usability of Android Static Analysis Tools" published in the conference ICSR 2024.
|
||||
|
||||
The input data and pre-computed output data are provided from [outside this repository](https://zenodo.org/records/10137905).
|
||||
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)
|
||||
- Singularity images: https://zenodo.org/records/10980349
|
||||
|
||||
The Docker image provides an interative 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 input data and pre-computed output data are provided from [outside this repository](https://zenodo.org/records/10144014).
|
||||
|
||||
## Data
|
||||
|
||||
|
@ -128,7 +135,6 @@ Generating the database require an androzoo API key and a lot of times because w
|
|||
|
||||
## Database Usage
|
||||
|
||||
|
||||
Most of the results presented in the paper can be extracted with:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue