【发布时间】:2012-12-29 19:40:56
【问题描述】:
1) 在 dll 的 dumpbin 输出中,我在代码部分看到下面的属性“虚拟地址”
第 1 节标题
.文本名称
100C virtual size
1000 virtual address (1C001000 to 1C00200B)
1200 size of raw data
400 file pointer to raw data (00000400 to 000015FF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
60000020 个标志
Code
Execute Read
2) 截图 Scn2.png(附件)是 scn1.png(附件)的左侧部分。
我的问题是, 上面的属性虚拟地址范围(1C001000 到 1C00200B)是不是根据截图(附上)红圈中的偏移量(有效地址)?
【问题讨论】:
-
请告诉我,如果dumpbin 32位dll输出的虚拟地址与上面截图中红圈中提到的地址相同。
标签: c assembly operating-system computer-architecture