PEDirectoriesBuilder.AddressOfEntryPoint 属性

定义

PE 文件加载到内存中时相对于映像基的入口点地址。

public:
 property int AddressOfEntryPoint { int get(); void set(int value); };
public int AddressOfEntryPoint { get; set; }
member this.AddressOfEntryPoint : int with get, set
Public Property AddressOfEntryPoint As Integer

属性值

对于程序映像,这是起始地址。 对于设备驱动程序,这是初始化函数的地址。 对于 DLL,入口点是可选的。 如果不存在入口点,则此字段必须为零。

适用于