PEDirectoriesBuilder.AddressOfEntryPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 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 的進入點是選擇性的。 當沒有任何進入點存在時,此欄位必須是零。