shreyansh26 / Opcodes-for-Malware-Detection

Implementation of the paper "Opcodes as predictor for malware " by Daniel Bilar
MIT License
9 stars 2 forks source link
elf hacktoberfest malware malware-detection opcodes

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