-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathversion.txt
More file actions
29 lines (29 loc) · 975 Bytes
/
version.txt
File metadata and controls
29 lines (29 loc) · 975 Bytes
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
# https://learn.microsoft.com/en-us/windows/win32/api/verrsrc/ns-verrsrc-vs_fixedfileinfo
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(10,4,0,0),
prodvers=(10,4,0,0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0x01dcaf51,0x9dab323c)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Digital Sleuth'),
StringStruct(u'FileDescription', u'Timestamp encode/decode utility for over 70 timestamps'),
StringStruct(u'FileVersion', u'10.4.0'),
StringStruct(u'InternalName', u'Time Decode'),
StringStruct(u'LegalCopyright', u'© 2026 Digital Sleuth'),
StringStruct(u'OriginalFilename', u'Time Decode GUI v10.4.0.exe'),
StringStruct(u'ProductName', u'Time Decode GUI v10.4.0'),
StringStruct(u'ProductVersion', u'10.4.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)