Modules§
- binxml
- err
- model
- wevt_
templates - Offline extraction/parsing/rendering of Windows Event Log templates (
WEVT_TEMPLATE).
Macros§
- unimplemented_
fn - Errors on unimplemented functions instead on panicking.
Structs§
- Evtx
Chunk - A struct which can hold references to chunk data (
EvtxChunkData). All references are created together, and can be assume to live for the entire duration of the parsing phase. See more info about lifetimes inIterChunkRecords. - Evtx
Chunk Data - A struct which owns all the data associated with a chunk. See EvtxChunk for more.
- Evtx
Chunk Header - Evtx
File Header - Evtx
Parser - Wraps a single
EvtxFileHeader. - Evtx
Record - Evtx
Record Header - Header
Flags - Into
Iter Chunks - Iter
Chunk Records - An iterator over a chunk, yielding records.
This iterator can be created using the
iterfunction onEvtxChunk. - Iter
Chunks - Parser
Settings - Serialized
Evtx Record - Utf16
LeSlice - A borrowed UTF-16LE slice plus a logical code-unit length.
Enums§
- Utf16
LeDecode Error - Errors that can occur while validating or decoding UTF-16LE data.