resource.h
来自「内存扫描的源代码,自己建一个注入进程工具就可以实现进程内的内存扫描」· C头文件 代码 · 共 34 行
H
34 行
//{{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 + =
减小字号Ctrl + -
显示快捷键?