feat: add Windows hook injection detection (SetWindowsHookEx)
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
pub mod detection;
|
||||
pub mod error;
|
||||
pub mod hooks;
|
||||
pub mod memory;
|
||||
pub mod process;
|
||||
pub mod thread;
|
||||
|
||||
pub use detection::{DetectionEngine, DetectionResult, ThreatLevel};
|
||||
pub use error::{GhostError, Result};
|
||||
pub use hooks::{detect_hook_injection, HookDetectionResult, HookInfo};
|
||||
pub use memory::{MemoryProtection, MemoryRegion};
|
||||
pub use process::ProcessInfo;
|
||||
pub use thread::ThreadInfo;
|
||||
|
||||
Reference in New Issue
Block a user