kdd2021drdroid / KDD2021_DrDroid

This repository is for reviewers to check the code of KDD2021 Dr.Droid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDD2021_DrDroid

This is the open-source code of our proposed HTGT framework in Dr.Droid.

HTGT_demo.ipynb gives the demo of training/testing procedures of the proposed HTGT framework.

layer.py can be used to store the spatial and temporal layers in the HTGT.

utils.py is used for loading data.

If you use our code, Please kindly cite our paper as following:

@inproceedings{HTGT, title={Heterogeneous Temporal Graph Transformer: An Intelligent System for Evolving Android Malware Detection}, author={Fan, Yujie and Ju, Mingxuan and Hou, Shifu and Ye, Yanfang and Wan, Wenqiang and Wang, Kui and Mei, Yinming and Xiong, Qi}, booktitle={SIGKDD}, volume={}, number={}, pages={}, year={2021} }

About

This repository is for reviewers to check the code of KDD2021 Dr.Droid


Languages

Language:Python 69.2%Language:Jupyter Notebook 30.8%