共用方式為


PEHeader.BaseOfCode 屬性

定義

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

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

屬性值

相對於映像基底的開始程式代碼區段位址。

適用於