-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathversion.rc
More file actions
executable file
·28 lines (28 loc) · 891 Bytes
/
version.rc
File metadata and controls
executable file
·28 lines (28 loc) · 891 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
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 12, 5, 0),
prodvers=(0, 12, 5, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'LimberDuck'),
StringStruct(u'FileDescription', u'nessus file analyzer (NFA) by LimberDuck. Visit https://limberduck.org'),
StringStruct(u'FileVersion', u'0.12.5.0'),
StringStruct(u'InternalName', u'nessus-file-analyzer'),
StringStruct(u'LegalCopyright', u'\xa9 Damian Krawczyk.'),
StringStruct(u'OriginalFilename', u'LimberDuck NFA.exe'),
StringStruct(u'ProductName', u'nessus file analyzer (NFA)'),
StringStruct(u'ProductVersion', u'0.12.5.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)