├── README.md ├── SolutionDescription.pdf ├── config.py ├── construct_ngram_model.py ├── extract_asm_features.py ├── extract_bytes_ngrams.py ├── ml_tools.py ├── pe_parser.py ├── predict.py ├── prepare_bytes_ngrams_2_model.py ├── run_all.sh └── sevenz_cruncher.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/README.md -------------------------------------------------------------------------------- /SolutionDescription.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/SolutionDescription.pdf -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/config.py -------------------------------------------------------------------------------- /construct_ngram_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/construct_ngram_model.py -------------------------------------------------------------------------------- /extract_asm_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/extract_asm_features.py -------------------------------------------------------------------------------- /extract_bytes_ngrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/extract_bytes_ngrams.py -------------------------------------------------------------------------------- /ml_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/ml_tools.py -------------------------------------------------------------------------------- /pe_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/pe_parser.py -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/predict.py -------------------------------------------------------------------------------- /prepare_bytes_ngrams_2_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/prepare_bytes_ngrams_2_model.py -------------------------------------------------------------------------------- /run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/run_all.sh -------------------------------------------------------------------------------- /sevenz_cruncher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sash-ko/kaggle-malware-classification/HEAD/sevenz_cruncher.py --------------------------------------------------------------------------------