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

📄 resource.h

📁 ollydbg反汇编器1.09c 部分源代码
💻 H
字号:
#define IDC_STATIC                      -1

#define IDD_OLLYDUMP                    101
#define IDE_FROM                        1000
#define IDE_SIZE                        1001
#define IDC_EP                          1002
#define IDC_OEP                         1003
#define IDC_SECTLIST                    1004
#define IDC_FIXSECT                     1005
#define IDC_GETEIP                      1006
#define IDC_BASEOFCODE                  1007
#define IDC_BASEOFDATA                  1008
#define IDC_REBUILD                     1009
#define IDC_RDO_M1                      1010
#define IDC_RDO_M2                      1011

#define IDD_EDITSECT                    102
#define IDC_SE_NAME                     1100
#define IDC_SE_VSIZE                    1101
#define IDC_SE_VOFFSET                  1102
#define IDC_SE_RSIZE                    1103
#define IDC_SE_ROFFSET                  1104
#define IDC_SE_CHAR                     1105
#define IDC_SE_CONTCODE                 1106
#define IDC_SE_CONTINI                  1107
#define IDC_SE_CONTUNINI                1108
#define IDC_SE_SHARE                    1109
#define IDC_SE_EXEC                     1110
#define IDC_SE_READ                     1111
#define IDC_SE_WRITE                    1112

#define IDD_IMGDATDIR                   103
#define IDC_EXPORT_RVA                  1200
#define IDC_EXPORT_SIZ                  1201
#define IDC_IMPORT_RVA                  1202
#define IDC_IMPORT_SIZ                  1203
#define IDC_RESOURCE_RVA                1204
#define IDC_RESOURCE_SIZ                1205
#define IDC_EXCEPTION_RVA               1206
#define IDC_EXCEPTION_SIZ               1207
#define IDC_BASERELOC_RVA               1208
#define IDC_BASERELOC_SIZ               1209
#define IDC_DEBUG_RVA                   1210
#define IDC_DEBUG_SIZ                   1211
#define IDC_ARCHITECTURE_RVA            1212
#define IDC_ARCHITECTURE_SIZ            1213
#define IDC_GLOBALPTR_RVA               1214
#define IDC_GLOBALPTR_SIZ               1215
#define IDC_TLS_RVA                     1216
#define IDC_TLS_SIZ                     1217
#define IDC_LOADCONFIG_RVA              1218
#define IDC_LOADCONFIG_SIZ              1219
#define IDC_BOUNDIMPORT_RVA             1220
#define IDC_BOUNDIMPORT_SIZ             1221
#define IDC_IAT_RVA                     1222
#define IDC_IAT_SIZ                     1223
#define IDC_DELAYIMPORT_RVA             1224
#define IDC_DELAYIMPORT_SIZ             1225
#define IDC_COMDESCRIPTER_RVA           1226
#define IDC_COMDESCRIPTER_SIZ           1227

#define IDD_OPTIONS                     190
#define IDC_CHK_ANIMATION               1900
#define IDC_EDT_ANIMWAIT                1901
#define IDC_CHK_SEARCHLOG               1902


#define IDM_SECTLIST                    200
#define IDM_EDITSECT                    40001
#define IDM_ADDSECT                     40002
#define IDM_DELSECT                     40003

⌨️ 快捷键说明

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