You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ python-evtx operates on event log files from Windows operating systems newer tha
29
29
30
30
Examples
31
31
--------
32
-
Provided with the parsing module `Evtx` are three scripts that mimic the tools distributed with Parse-Evtx. `evtxinfo.py` prints metadata about the event log and verifies the checksums of each chunk. `evtxtemplates.py` builds and prints the templates used throughout the event log. Finally, `evtxdump.py` parses the event log and transforms the binary XML into a human readable ASCII XML format.
32
+
Provided with the parsing module `Evtx` are three scripts that mimic the tools distributed with Parse-Evtx. `evtx_info.py` prints metadata about the event log and verifies the checksums of each chunk. `evtx_templates.py` builds and prints the templates used throughout the event log. Finally, `evtx_dump.py` parses the event log and transforms the binary XML into a human readable ASCII XML format.
33
33
34
-
Note the length of the `evtxdump.py` script: its only 20 lines. Now, review the contents and notice the complete implementation of the logic:
34
+
Note the length of the `evtx_dump.py` script: its only 20 lines. Now, review the contents and notice the complete implementation of the logic:
0 commit comments