C# Class Girl.PEAnalyzer.FieldRVATable

A row in the FieldRVA table is created for each static parent field that has specified the optional data label (see Chapter 15). The RVA column is the relative virtual address of the data in the PE file (see Section 15.3).
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Field int
RVA int

Public Methods

Method Description
FieldRVATable ( ) : System
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void

Method Details

FieldRVATable() public method

public FieldRVATable ( ) : System
return System

GetInfos() public method

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
return void

ReadData() public method

public ReadData ( byte data, int offset ) : void
data byte
offset int
return void

Property Details

Field public_oe property

index into Field table
public int Field
return int

RVA public_oe property

a 4 byte constant
public int RVA
return int