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

📄 resource.h

📁 内存扫描的源代码,自己建一个注入进程工具就可以实现进程内的内存扫描
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by inject_hook.rc
//
#define IDD_MAIN                        4000
#define IDC_INPUT                       4000
#define IDC_OUTPUT                      4001
#define IDC_RECV                        4002
#define IDC_BUTTON1                     4003
#define IDC_FIRST_BTN                   4003
#define IDC_VirtualQueryEx              4005
#define IDC_BUTTON3                     4006
#define IDC_MEM                         4006
#define IDC_SECOND_BTN                  4009
#define IDC_VALUE_EDIT                  4010
#define IDC_VIEWLENGTH_EDIT             4012
#define IDC_VIEW_BUTTON                 4013
#define IDC_LIST3                       4015
#define IDC_LIST2                       4016
#define IDC_RADIO1                      4017
#define IDC_RADIO2                      4018
#define IDC_EDIT1                       4019

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        4000
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         4020
#define _APS_NEXT_SYMED_VALUE           4001
#endif
#endif

⌨️ 快捷键说明

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