GithubHelp home page GithubHelp logo

ntruongn / andmaldataloader Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3 KB

AndroAnalyzer Dataloader is a library installed to facilitate the quick download and loading of data for researchers, allowing them to access this data as swiftly as possible.

Python 100.00%

andmaldataloader's Introduction

Introduction

"AndroAnalyzer Dataloader" is a compilation of four publicly available datasets that we used in our paper, including Bataci's dataset, AndroVul dataset, Drebin-215 dataset, Malgenome-215 dataset, and a feature dataset collected by our proposed framework (which includes CSV files and sha256 hashes).

Installation

pip install git+https://github.com/NgocTruongNguyen/androanalyzer_dataloader.git

Instructions

  • Get the list of dataset names:
from androanalyzer import dataset
dataset.get_list_dataset()
# ['AndroVul', 'Bataci', 'Drebin-215', 'Malgenome-215', 'AndroAnalyzer']
  • Load the "AndroVul" dataset as a dataframe:
dataset.load_data("AndroVul")
  • Load the AndroAnalyzer dataset, divided into train and test sets as mentioned in the paper:
dataset.load_data("AndroAnalyzer", train_set=True)
dataset.load_data("AndroAnalyzer", train_set=False)
  • Get the list of class names for the collection of APK files we gathered:
dataset.get_classname()
  • Get the list of "Banking" files in the training set:
dataset.get_sha256("Banking", train_set=True)

andmaldataloader's People

Contributors

ntruongn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.