marirs / mlware

Deep learning clustring to predict Malwares

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mlware

Intel Arm7

Static malware detection using machine learning.

Requirements

  • Rust 1.50+
  • CMake
  • LightGBM

Prerequisites

  • macOS
brew install cmake libomp lightgbm
  • Linux Intel
apt install -y cmake libclang-dev libc++-dev gcc-multilib
  • Linux Arm
apt install -y cmake libclang-dev libc++-dev gcc-multilib-arm-linux-gnueabihf

Compiling

cargo b --release

Example

cargo b --example test

About

Deep learning clustring to predict Malwares


Languages

Language:Rust 92.7%Language:Python 7.3%