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

📄 ocdlg.rc

📁 偏移量转换功能,汇编编写
💻 RC
字号:
#define IDD_DIALOG1 101
#define IDC_EDT_R 1001
#define IDC_EDT_V 1002
#define IDC_GRP1 1005
#define IDC_BTN_R2V 1003
#define IDC_BTN_VtoR 1004
#define IDC_EDT_OF 1006
#define IDC_BTN_OF 1007
#define IDC_STC1 1008
#define IDC_STC2 1009
#define IDC_STC3 1010
IDD_DIALOG1 DIALOGEX 6,6,199,101
CAPTION "偏移量转换器"
FONT 8,"MS Sans Serif",0,0
STYLE 0x10CF0800
EXSTYLE 0x00000000
BEGIN
  CONTROL "",IDC_EDT_R,"Edit",0x50010009,6,72,62,13,0x00000200
  CONTROL "",IDC_EDT_V,"Edit",0x50010009,132,72,62,13,0x00000200
  CONTROL "",IDC_GRP1,"Button",0x50000007,74,46,52,48,0x00000000
  CONTROL ">>>>",IDC_BTN_R2V,"Button",0x50010000,82,57,38,11,0x00000000
  CONTROL "<<<<",IDC_BTN_VtoR,"Button",0x50010000,82,77,38,11,0x00000000
  CONTROL "",IDC_EDT_OF,"Edit",0x58010000,6,25,144,13,0x00000200
  CONTROL "..",IDC_BTN_OF,"Button",0x50010000,164,25,16,13,0x00000000
  CONTROL "打开需要进行转偏移量转换的文件",IDC_STC1,"Static",0x50000201,8,9,128,13,0x00000000
  CONTROL "文件偏移\nRawOffset",IDC_STC2,"Static",0x50000001,6,46,60,20,0x00000000
  CONTROL "内存地址\nImageBase+RVA",IDC_STC3,"Static",0x50000001,134,46,60,20,0x00000000
END

⌨️ 快捷键说明

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