PEHeader.BaseOfCode 屬性

定義

當映像檔載入記憶體時,取得程式碼開頭區段相對於映像基底的位址。

public:
 property int BaseOfCode { int get(); };
public int BaseOfCode { get; }
member this.BaseOfCode : int
Public ReadOnly Property BaseOfCode As Integer

屬性值

程式碼起始區段相對於影像基底的位址。

適用於