feat: implement sophisticated shellcode pattern detection
This commit is contained in:
@@ -3,6 +3,7 @@ pub mod error;
|
||||
pub mod hooks;
|
||||
pub mod memory;
|
||||
pub mod process;
|
||||
pub mod shellcode;
|
||||
pub mod thread;
|
||||
|
||||
pub use detection::{DetectionEngine, DetectionResult, ThreatLevel};
|
||||
@@ -10,4 +11,5 @@ pub use error::{GhostError, Result};
|
||||
pub use hooks::{detect_hook_injection, HookDetectionResult, HookInfo};
|
||||
pub use memory::{MemoryProtection, MemoryRegion};
|
||||
pub use process::ProcessInfo;
|
||||
pub use shellcode::{ShellcodeDetection, ShellcodeDetector};
|
||||
pub use thread::ThreadInfo;
|
||||
|
||||
Reference in New Issue
Block a user