C# 클래스 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).
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
Field int
RVA int

공개 메소드들

메소드 설명
FieldRVATable ( ) : System
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void

메소드 상세

FieldRVATable() 공개 메소드

public FieldRVATable ( ) : System
리턴 System

GetInfos() 공개 메소드

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ReadData() 공개 메소드

public ReadData ( byte data, int offset ) : void
data byte
offset int
리턴 void

프로퍼티 상세

Field 공개적으로 프로퍼티

index into Field table
public int Field
리턴 int

RVA 공개적으로 프로퍼티

a 4 byte constant
public int RVA
리턴 int