An open API service indexing awesome lists of open source software.

https://github.com/shreyansh26/opcodes-for-malware-detection

Implementation of the paper "Opcodes as predictor for malware " by Daniel Bilar
https://github.com/shreyansh26/opcodes-for-malware-detection

elf hacktoberfest malware malware-detection opcodes

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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/**.