mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-06 03:02:06 +00:00
Extract into library
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
//
|
||||
#include "windows.h"
|
||||
#include "resource.hpp"
|
||||
#include <driver_file.h>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
@ -63,12 +62,12 @@ BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "momo5502"
|
||||
VALUE "FileDescription", "Open-IW5"
|
||||
VALUE "FileDescription", "HyperHook Runner"
|
||||
VALUE "FileVersion", "1.0.0.0"
|
||||
VALUE "InternalName", "Open-IW5"
|
||||
VALUE "InternalName", "HyperHook Runner"
|
||||
VALUE "LegalCopyright", "All rights reserved."
|
||||
VALUE "OriginalFilename", "open-iw5.exe"
|
||||
VALUE "ProductName", "open-iw5"
|
||||
VALUE "OriginalFilename", "hyperhook.exe"
|
||||
VALUE "ProductName", "hyperhook"
|
||||
VALUE "ProductVersion", "1.0.0.0"
|
||||
END
|
||||
END
|
||||
@ -84,7 +83,6 @@ END
|
||||
//
|
||||
|
||||
102 ICON "resources/icon.ico"
|
||||
DRIVER_BINARY RCDATA DRIVER_FILE
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user