dfir_windows_types 0.2.4

datatypes to be used to parse Windows data structures
Documentation
1
2
3
4
5
6
7
mod error;
mod guid;
mod sid;

pub use error::*;
pub use guid::*;
pub use sid::*;