azathoth-core 0.1.9

Core OS types for the AzathothC2 project
Documentation
1
2
3
4
5
6
7
/// Linux type definitions.
#[cfg(feature = "linux")]
pub mod linux;

/// Windows type definitions.
#[cfg(feature = "windows")]
pub mod windows;