C# Класс PeNet.Structures.IMAGE_IMPORT_BY_NAME

The IMAGE_IMPORT_BY_NAME structure is used to describes imports of functions or symbols by their name. The AddressOfData in the IMAGE_THUNK_DATA from the IMAGE_IMPORT_DESCRIPTOR points to it.
Наследование: AbstractStructure
Показать файл Открыть проект

Открытые методы

Метод Описание
IMAGE_IMPORT_BY_NAME ( byte buff, uint offset ) : System.Text

Create new IMAGE_IMPORT_BY_NAME object.

ToString ( ) : string

Creates a string representation of the objects properties.

Описание методов

IMAGE_IMPORT_BY_NAME() публичный Метод

Create new IMAGE_IMPORT_BY_NAME object.
public IMAGE_IMPORT_BY_NAME ( byte buff, uint offset ) : System.Text
buff byte A PE file as a byte array.
offset uint Raw offset of the IMAGE_IMPORT_BY_NAME.
Результат System.Text

ToString() публичный Метод

Creates a string representation of the objects properties.
public ToString ( ) : string
Результат string