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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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