feat: implement comprehensive process hollowing detection
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
pub mod detection;
|
||||
pub mod error;
|
||||
pub mod hollowing;
|
||||
pub mod hooks;
|
||||
pub mod memory;
|
||||
pub mod process;
|
||||
@@ -8,6 +9,7 @@ pub mod thread;
|
||||
|
||||
pub use detection::{DetectionEngine, DetectionResult, ThreatLevel};
|
||||
pub use error::{GhostError, Result};
|
||||
pub use hollowing::{HollowingDetection, HollowingDetector, HollowingIndicator};
|
||||
pub use hooks::{detect_hook_injection, HookDetectionResult, HookInfo};
|
||||
pub use memory::{MemoryProtection, MemoryRegion};
|
||||
pub use process::ProcessInfo;
|
||||
|
||||
Reference in New Issue
Block a user