shreyansh26 / Opcodes-for-Malware-Detection

Implementation of the paper "Opcodes as predictor for malware " by Daniel Bilar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opcodes for Malware Detection

Requirements

  1. Python 2.7
  2. Java 8.0+

To run the system

  1. Put all the ELF files to analyse in the elf folder.
  2. Run python run_system.py

Description

  • The dataset on which the models were trained is results.csv.
  • The saved models are in models/.
  • The code for model evaluation on the test set is in system/.

About

Implementation of the paper "Opcodes as predictor for malware " by Daniel Bilar

License:MIT License


Languages

Language:Jupyter Notebook 90.8%Language:Java 5.6%Language:Python 3.2%Language:Makefile 0.4%