Commit Graph

4 Commits

Author SHA1 Message Date
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
c79e7d6ed6 add basic detection engine with heuristics 2025-11-07 18:07:51 +02:00
Adir Shitrit
6742e25ea8 add basic CLI for testing enumeration 2025-11-07 18:05:07 +02:00
Adir Shitrit
3df61c281f add memory region enumeration for Windows 2025-11-07 18:04:12 +02:00