-
Notifications
You must be signed in to change notification settings - Fork 49
/
libevtx.ini
51 lines (43 loc) · 1.73 KB
/
libevtx.ini
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[project]
name: "libevtx"
status: "alpha"
year_of_creation: "2011"
data_format: "Windows XML Event Log (EVTX)"
documentation_url: "https://github.com/libyal/libevtx/tree/main/documentation"
features: ["debug_output", "ossfuzz", "python_bindings", "tools"]
[dtFabric]
data_types: {
"file_header": {
"__options__": ["file_io_handle"],
"signature": {},
"first_chunk_number": {"usage": "in_function"},
"last_chunk_number": {"usage": "in_function"},
"next_record_identifier": {},
"header_size": {},
"minor_version": {"usage": "in_struct"},
"major_version": {"usage": "in_struct"},
"header_block_size": {"usage": "in_struct"},
"number_of_chunks": {"usage": "in_struct"},
"unknown1": {},
"file_flags": {"usage": "in_struct"},
"checksum": {"usage": "in_function"}
}}
[library]
features: ["pthread", "wide_character_type"]
public_types: ["file", "record", "template_definition"]
[tools]
description: "Several tools for reading Windows XML Event Log (EVTX) files"
names: ["evtxexport", "evtxinfo"]
[troubleshooting]
example: "evtxinfo Application.Evtx"
[development]
main_object: "file"
main_object_filename: "Application.Evtx"
[tests]
profiles: ["libevtx", "pyevtx", "evtxinfo", "evtxexport", "evtxexport_xml"]
info_tool_options_per_profile: [""]
info_tool_profiles: ["evtxinfo"]
example_filename1: "System.Evtx"
example_filename2: "Application.Evtx"
[pypi]
appveyor_token: "VHuZiUWgTqTciKE2nsv/LvlEBWVnKgwj7EHCpe+4XUJb2mpdw/vHA4kz6yNKlBDoOkn1nUYh+oxR7cQ9Juj+U5JI0twJhDgtVp/KUh+qx5CYg4ik/hs4lojvHnFHl0mKNJY2RrEr0DtZY7sVNCGK59bxGQ2MrtGuBy3L8Ug/Y9JrbtpAQNFiOKfuAQK8uNFPCK81HniOwhxmtEh+5RQTIeGXSYRH/t7ALon1aZR/hIDDZ9+r8ff1t2o+xAnP6EQJwyWuisz3T0HjPIycKZ/elQ=="