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.
- Put the ELF file to be tested in the elf/ directory.
- Run
make
For further detials check the README
of the individual projects.