dissect.eventlog
¶
Submodules¶
Package Contents¶
Classes¶
Windows Event files for WinOS up until Windows XP |
|
Microsoft Event logs |
|
Start header of the WEVT_TEMPLATE |
- class dissect.eventlog.Evt(fh)¶
Windows Event files for WinOS up until Windows XP
- fh¶
- header¶
- start_offset¶
- end_offset¶
- current_record_number¶
- oldest_record_number¶
- flags¶
- __iter__()¶
- class dissect.eventlog.Evtx(fh, path=None)¶
Microsoft Event logs
- path = None¶
- fh¶
- header¶
- count = 0¶
- __iter__()¶
- exception dissect.eventlog.BxmlException¶
Bases:
Error
Common base class for all non-exit exceptions.
- exception dissect.eventlog.Error¶
Bases:
Exception
Common base class for all non-exit exceptions.
- exception dissect.eventlog.MalformedElfChnkException¶
Bases:
Error
Common base class for all non-exit exceptions.