⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 驱动程序加载卸载工具 编写RootKit加载驱动程序的测试工具 自己写的
💻 H
字号:
/*-----------------------------------------------------------
   resource.h -- Load drive
       (c) Snow-dream E-mail:linbin_12345@163.com, 2008-08-16
  ----------------------------------------------------------*/
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by LoadSys.rc
//
#define IDD_DIALOG1                     101
#define IDC_EDIT_DRVFULLPATH            1000
#define IDC_BTN_BROWSE                  1001
#define IDC_BTN_INSTALL                 1002
#define IDC_BTN_START                   1003
#define IDC_BTN_STOP                    1004
#define IDC_BTN_REMOVE                  1005
#define IDC_STATIC_STATUS               1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        103
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1007
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -