[][src]Crate evtx

Modules

binxml
err
model

Macros

format_err

Generic error handler for quick prototyping, inspired by failure's format_err! macro.

unimplemented_fn

Errors on unimplemented functions instead on panicking.

Structs

EvtxChunk

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 in IterChunkRecords.

EvtxChunkData

A struct which owns all the data associated with a chunk. See EvtxChunk for more.

EvtxChunkHeader
EvtxParser

Wraps a single EvtxFileHeader.

EvtxRecord
EvtxRecordHeader
IntoIterChunks
IterChunkRecords

An iterator over a chunk, yielding records. This iterator can be created using the iter function on EvtxChunk.

IterChunks
JsonOutput
ParserSettings
SerializedEvtxRecord
XmlOutput

Traits

BinXmlOutput

Type Definitions

Offset