-
Notifications
You must be signed in to change notification settings - Fork 1
/
decompkernelcache.rc
executable file
·51 lines (51 loc) · 1.55 KB
/
decompkernelcache.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
//
// LZVN/LZSS prelinked kerne/kernelcache decompressor
// Windows -> WIN32 and WIN64 PE resource (.rsrc) file
//
#include <windows.h>
//
#define IDI_MAINICON 100
#define IDI_MANIFEST 1
//
//
//
IDI_MANIFEST RT_MANIFEST "rtmanifest.xml"
//
1 WEVT_TEMPLATE "WEVT_EN_US.bin"
//
mainicon ICON DISCARDABLE "decompkernelcache.ico"
//
IDI_MAINICON ICON "decompkernelcache.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,8,0,0
PRODUCTVERSION 1,8,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS 1
#else /* NDEBUG */
FILEFLAGS 0
#endif /* _DEBUG */
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP //
FILESUBTYPE 0 // not used
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "AnV LZVN/LZSS prelinked kernel/kernelcache decompressor (Windows)\0"
VALUE "CompanyName", "AnV Software"
VALUE "FileVersion", "1.8\0"
VALUE "InternalName", "decompkernelcache.exe\0"
VALUE "LegalCopyright", "(C) 2014 AnV Software, all rights reserved\0"
VALUE "OriginalFilename", "decompkernelcache.exe\0"
VALUE "ProductName", "decompkernelcache\0"
VALUE "ProductVersion", "1.8\0"
VALUE "Comments", "For more information visit InsanelyMac (http://www.insanelymac.com/forum/topic/300296-decompkernelcache-apps-to-decompress-kernel-cache-of-yosemite-and-older-lzvnlzss-and-updated-kext-tools-for-mavericks)\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 0x04E4
END
END