Skip to content

shrtCKT/FCG-to-Vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCG-to-Vector

Code for research paper "Scalable Function Call Graph-based Malware Classification" M. Hassen, P. K. Chan https://dl.acm.org/citation.cfm?id=3029824

If you use this code please cite the paper.

@inproceedings{hassen2017scalable,
  title={Scalable Function Call Graph-based Malware Classification},
  author={Hassen, Mehadi and Chan, Philip K},
  booktitle={Proceedings of the Seventh ACM on Conference on Data and Application Security and Privacy},
  pages={239--248},
  year={2017},
  organization={ACM}
}

The code is provided "as is", without any guarantees.

Instructions

  1. Run ExtractCallGraph to extract call graph representation from disassembled file. This will save the call graph representation in a .gml file.
  2. Run CallGraphToFeatureVector to compute the vector representation of the input .gml file call graphs.

About

No description, website, or topics provided.

Resources

License

Stars

6 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors