Commit Graph

9 Commits

Author SHA1 Message Date
pandaadir05
944a8f5e6e Fix Windows/macOS build errors - add Win32_UI feature and remove unused imports 2025-11-20 15:36:28 +02:00
pandaadir05
e44f58e308 Standardize import ordering and code formatting 2025-11-20 14:25:44 +02:00
pandaadir05
34007d11c1 fix: Resolve 44 compilation errors in ghost-core 2025-11-17 22:26:53 +02:00
pandaadir05
b1f098571d feat: Add PE header validation and LD_PRELOAD detection 2025-11-17 22:02:41 +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
d89444a268 Add JSON output format support 2025-11-08 12:40:55 +02:00
Adir Shitrit
a726adb185 add process path resolution for better identification 2025-11-08 11:08:21 +02:00
Adir Shitrit
19e79449e0 track parent PID and thread count in ProcessInfo 2025-11-07 18:07:07 +02:00
Adir Shitrit
8b55344d9b add ghost-core with basic process enumeration 2025-11-07 18:02:30 +02:00