Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 812 Bytes

File metadata and controls

15 lines (11 loc) · 812 Bytes

Linux Malware Detection Research

This repository contains code for various Linux Malware Detection papers. The gitmodules are complete end-to-end project themselves. Running make in the root of this project runs all the 3 projects on an ELF file to generate a combined feature set CSV, on which 3 pretrained models vote whether it is a bening or malware file.

Requirements

To run

  • Put the ELF file to be tested in the elf/ directory.
  • Run make

For further detials check the README of the individual projects.