Research Article

A Novel Immune-Inspired Shellcode Detection Algorithm Based on Hyperellipsoid Detectors

Algorithm 2

Input:
, the feature vector of test sample s
, the detector set (both mature detectors and memory cells)
(1)repeat for every in
(2)if then sample is a shellcode
(3)else
(4) until , sample s is a benign sample
(5) return (shellcode or benign)