Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 554 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 554 Bytes

Malware-Detection

A malware classifer that utilises a random forest classifer machine learning model to clasify files, windows portable executable files are analysed and their header attributes extracted to use parse into the model to classify.

Notice

The results of the classifier may not always be correct, therefore it is important to always handle the file with care to mitigate the risks Use the files that are classified with this model at your own risk, no matter the result of the classifier.

/* ReadMe will be extended at a future date */