├── Eval.py ├── Malware.py ├── TranAsmToByte.py └── load_file.py /Eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a574824551/Malware_detection_system_based_CNN/HEAD/Eval.py -------------------------------------------------------------------------------- /Malware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a574824551/Malware_detection_system_based_CNN/HEAD/Malware.py -------------------------------------------------------------------------------- /TranAsmToByte.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a574824551/Malware_detection_system_based_CNN/HEAD/TranAsmToByte.py -------------------------------------------------------------------------------- /load_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a574824551/Malware_detection_system_based_CNN/HEAD/load_file.py --------------------------------------------------------------------------------