Skip to content

Trustworthy-Software/Combination-malware-detectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Combination-Android-malware-detectors

In this repository, we host the datasets used to evaluate our EMSE paper "Assessing the opportunity of combining state-of-the-art Android malware detectors". The files contain the lists of hashes and the labels of the apps used in our experiments. The files are saved using python pickle library: https://docs.python.org/3/library/pickle.html

To read a file, please use:

import pickle
>>> with open(name_of_file, 'rb') as f:
...   my_list = pickle.load(f)

If you use this dataset, please consider citing our paper:

Daoudi, N., Allix, K., Bissyandé, T.F., and Klein, J. Assessing the opportunity of combining state-of-the-art Android malware detectors. 
Empir Software Eng 28,22(2023). https://doi.org/10.1007/s10664-022-10249-9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published