Commit Graph

13 Commits

Author SHA1 Message Date
pandaadir05
e44f58e308 Standardize import ordering and code formatting 2025-11-20 14:25:44 +02:00
pandaadir05
96b0d12099 refactor: comprehensive codebase improvements and documentation
- Enhanced error handling with expanded GhostError variants and From impls
- Fixed race conditions in TUI (ui.rs unwrap calls)
- Added comprehensive module documentation with doc comments
- Improved type safety with proper validation in DetectionConfig
- Implemented Linux process enumeration via procfs
- Refactored TUI for better state management and removed emojis
- Enhanced CLI with proper logging initialization
- Added example configuration file (examples/ghost.toml)
- Updated README with complete feature documentation
- Added performance optimizations (saturating arithmetic, reduced clones)
- Improved testing framework with proper struct initialization
- Added validation and preset modes to DetectionConfig
2025-11-17 21:28:37 +02:00
Adir Shitrit
dc230889dc main with mitre attack 2025-11-08 13:47:23 +02:00
Adir Shitrit
fe3e5e3b21 add configuration system with TOML support 2025-11-08 12:20:53 +02:00
Adir Shitrit
095123f405 add statistical anomaly detection for process analysis 2025-11-08 11:47:15 +02:00
Adir Shitrit
bae68652e1 feat: implement comprehensive process hollowing detection 2025-11-08 11:16:42 +02:00
Adir Shitrit
7eddbb575a feat: implement sophisticated shellcode pattern detection 2025-11-08 11:15:12 +02:00
Adir Shitrit
c65d24cd16 feat: add Windows hook injection detection (SetWindowsHookEx) 2025-11-08 11:13:14 +02:00
Adir Shitrit
c7ae466c05 add structured error handling with thiserror 2025-11-08 11:07:48 +02:00
Adir Shitrit
8abd70d48a add thread enumeration support 2025-11-07 18:09:06 +02:00
Adir Shitrit
c79e7d6ed6 add basic detection engine with heuristics 2025-11-07 18:07:51 +02:00
Adir Shitrit
3df61c281f add memory region enumeration for Windows 2025-11-07 18:04:12 +02:00
Adir Shitrit
8b55344d9b add ghost-core with basic process enumeration 2025-11-07 18:02:30 +02:00