-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathnetmon.rc
53 lines (47 loc) · 1.42 KB
/
netmon.rc
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
51
52
53
/*
* Copyright 2010-2024 JiJie.Shi.
*
* This file is part of netmon.
* Licensed under the Gangoo License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <windows.h>
#include <ntverp.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,3,1006
PRODUCTVERSION 1,0,3,1006
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x9L
#else
FILEFLAGS 0x8L
#endif
FILEOS 0x40004L
FILETYPE 0x3L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "coderebasoft corp."
VALUE "FileDescription", "net traffic monitor"
VALUE "FileVersion", "1.0.0.0006"
VALUE "InternalName", "netmon.sys"
VALUE "LegalCopyright", "coderebasoft. all right reserved."
VALUE "OriginalFilename", "netmon.sys"
VALUE "ProductName", "netmon"
VALUE "ProductVersion", "1.0.0.0006"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END