8 lines
282 B
Python
8 lines
282 B
Python
"""Windows Event Log Snippets
|
|
|
|
Parsing event logs is a common task for Windows host analysis.
|
|
The ``python-evtx`` library is a robust library for parsing event logs
|
|
and this section will show examples of how to leverage this library to
|
|
answer common questions in the event log.
|
|
"""
|