windows PE Image 文件分析 — .reloc 节与 base relocation table 2019-10-162019-10-16 imleek 评论 .reloc 节和 base relocation table 仅存在于 Image 文件中,用于当映像被加载运行的 ImageBase 改变后,对映像内的使用的地址进行重定位。 继续阅读