标签:查找文件 tab order 内存 地址 bsp width blog section
节(section) | 相对虚拟偏移量RVA() | 文件偏移量 |
.text | 0x1000 | 0x0400 |
文件偏移地址 = 虚拟内存地址(VA) - 装载地址(ImageBase) - 节偏移(RVA-节偏移)
查找内存中0x404141 处的指令 ImageBase=0x400000 , 在文件中的偏移量:
文件偏移量 = 0x404141 - 0x400000 - (0x1000 - 0x400) = 0x3541
标签:查找文件 tab order 内存 地址 bsp width blog section
原文地址:http://www.cnblogs.com/Bgod/p/6935707.html