Commit Graph

10 Commits

Author SHA1 Message Date
pandaadir05
1afded679e Fix clippy warnings - use iterator and saturating_add 2025-11-20 15:44:30 +02:00
pandaadir05
27dffbd108 Fix formatting issues for CI/CD 2025-11-20 14:55:46 +02:00
pandaadir05
bff5b05837 Eliminate all compiler warnings (79 Γזע 0)
- Remove unused mach vm_prot_t type and VM_PROT_* constants
- Remove unused EmailChannel.smtp_config field
- Remove unused AttributionEngine.campaigns field
- Remove unused BehaviorSignature.confidence_threshold field
- Prefix unused DetectionEngine._config with underscore
- Prefix unused MitreAttackEngine._campaigns with underscore
- Prefix unused NeuralMemoryAnalyzer._confidence_threshold with underscore

All tests passing (24 total). Clean build with zero warnings.
2025-11-20 14:53:31 +02:00
pandaadir05
934b367f49 Re-enable disabled tests and reduce warnings to 8 2025-11-20 14:53:31 +02:00
pandaadir05
a3e793d114 Implement macOS memory reading via mach APIs 2025-11-20 14:26:09 +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
Adir Shitrit
1317e27b5e fix: handle system process PIDs in memory enumeration 2025-11-08 11:10:29 +02:00
Adir Shitrit
1aa6f828cf fix whitespace in memory region type parsing 2025-11-08 11:06:23 +02:00
Adir Shitrit
3df61c281f add memory region enumeration for Windows 2025-11-07 18:04:12 +02:00