-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (22 loc) · 830 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
evtViewer - A PERL-based viewer for Ms event (*.evt) log files.
About :
*******
evtViewer has been inspired from :
- Christophe Monniez's evtreader (fccu.evtreader.pl) : http://www.d-fence.be
- MSDN specs : http://msdn.microsoft.com/en-us/library/cc231412.aspx
- ... and various documentation found on the Internet ...
It is provided under the GPLv2 license (see COPYING) for more details.
Usage :
*******
To use evtViewer, just type-in :
./evtViewer logfile.evt
Try ./evtViewer -h to get a detailed help message.
Limitations :
*************
evtViewer only displays event entries from an evt file.
It does *not* manage the evt file header itself.
Where to find the latest version :
**********************************
Latest version on http://contribs.martymac.org
--
Ganael LAPLANCHE - [email protected]