码迷,mamicode.com
首页 > 其他好文 > 详细

PE查找文件偏移地址

时间:2017-06-03 09:57:52      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:查找文件   tab   order   内存   地址   bsp   width   blog   section   

节(section) 相对虚拟偏移量RVA() 文件偏移量
.text 0x1000 0x0400

 

 

 

文件偏移地址 = 虚拟内存地址(VA) - 装载地址(ImageBase) - 节偏移(RVA-节偏移) 

 

查找内存中0x404141 处的指令  ImageBase=0x400000 , 在文件中的偏移量:

文件偏移量 = 0x404141 - 0x400000 - (0x1000 - 0x400) = 0x3541

 

技术分享

PE查找文件偏移地址

标签:查找文件   tab   order   内存   地址   bsp   width   blog   section   

原文地址:http://www.cnblogs.com/Bgod/p/6935707.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!