- Notifications
You must be signed in to change notification settings - Fork31
Structural Analysis and Detection of Android Malware
License
NotificationsYou must be signed in to change notification settings
hgascon/adagio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Adagio contains several modules that implement the method described in thepaper:
Structural Detection of Android Malware using Embedded Call Graphs
Hugo Gascon, Fabian Yamaguchi, Daniel Arp, Konrad Rieck
ACM Workshop on Security and Artificial Intelligence (AISEC) November 2013
These modules allow to extract and label the call graphs from a series ofAndroid APKs or DEX files and apply an explicit feature map that capturestheir structural relationships. The analysis module provides classes to desing a binaryor multiclass classification experiment using the vectorial representation andsupport vector machines.