You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An advanced malware detection paradigm using brain-inspired Spiking Neural Networks (SNNs). This project classifies threats by analyzing their unique "behavioral fingerprints" captured from real-time program execution traces
SNN - Based Malware CLassification using Program Trace
PreRequisite : bpftrace
SETUP WHITE
mkdir build
cd build
cmake ..
#Windows->
cmake --build .
cd debug
./WHITE
#Linux->
make
sudo ./WHITE
About
An advanced malware detection paradigm using brain-inspired Spiking Neural Networks (SNNs). This project classifies threats by analyzing their unique "behavioral fingerprints" captured from real-time program execution traces