add basic detection engine with heuristics
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pub mod detection;
|
||||
pub mod memory;
|
||||
pub mod process;
|
||||
|
||||
pub use detection::{DetectionEngine, DetectionResult, ThreatLevel};
|
||||
pub use memory::{MemoryProtection, MemoryRegion};
|
||||
pub use process::ProcessInfo;
|
||||
|
||||
Reference in New Issue
Block a user