evtx 0.1.1

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format
Documentation
1
2
3
4
5
6
7
mod binxml_utils;
mod hexdump;
mod time;

pub use self::binxml_utils::{dump_cursor, read_len_prefixed_utf16_string, read_utf16_by_size};
pub use self::hexdump::print_hexdump;
pub use self::time::{datetime_from_filetime, FileTime};