azathoth-core 0.1.9

Core OS types for the AzathothC2 project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod types;

pub mod pe;
pub mod peb;
pub mod memory;
pub mod process;
pub mod inet;
pub mod nt;

#[cfg(feature = "dotnet-defs")]
pub mod dotnet;

#[cfg(feature = "av-defs")]
pub mod av;