"NOTE: Using this code, you agree to cite the following paper "MSIC: Malware Spectrogram Image Classification"
Codes to be found in this repository:
1- Create_Spectrogram_Images.py: This file is used to create spectrogram images from binary files
2- resize.py: This file resizes the images into 200*200 pixels
3- Create_Spectrogram.sh: This file is linux script used in conjunction with resize.py for spectrogram creation
4- CNN_Build_Process.py: This file build three CNN classifiers, using 1,2 and 3 layers respectively.