Skip to content

michaeldlee1/CompSecProject

Repository files navigation

Computer Security Final Project

Topic 3: Intelligent Anti-Malware Software

Requirements

  1. Extract useful and meaningful features (WIN API calls, n-gram binaries, op instructions, etc.) from given PE files
  1. Develop an ML algorithm to train model based on selected feature set(s). Then test it on the testing set
  2. Implement a GUI tool for users to scan uploaded PE files. Program should conduct the predictions in the backend and display detection results (benign vs. malicious)

Submissions

  • Working code with GUI
  • Report containing feature detection method, training/detection alg, and experimental results
  • In class demo that shows detection of any executables in a format of PE

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages