PEHeaderBuilder.ImageBase 属性

定义

映像加载到内存中时其第一个字节的首选地址。它必须是 64K 的倍数。

public:
 property System::UInt64 ImageBase { System::UInt64 get(); };
public ulong ImageBase { get; }
member this.ImageBase : uint64
Public ReadOnly Property ImageBase As ULong

属性值

一个数字,表示加载到内存中时图像的第一个字节的首选地址。

适用于