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

The IMAGE_BASE_RELOCATION structure holds information needed to relocate the image to another virtual address.
Наследование: AbstractStructure
Показать файл Открыть проект Примеры использования класса

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

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

Create a new IMAGE_BASE_RELOCATION object.

ToString ( ) : string

Convert all object properties to strings.

Приватные методы

Метод Описание
ParseTypeOffsets ( ) : void

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

IMAGE_BASE_RELOCATION() публичный метод

Create a new IMAGE_BASE_RELOCATION object.
/// If the SizeOfBlock is bigger than the size /// of the Relocation Directory. ///
public IMAGE_BASE_RELOCATION ( byte buff, uint offset, uint relocSize ) : System
buff byte PE binary as byte array.
offset uint Offset to the relocation struct in the binary.
relocSize uint Size of the complete relocation directory.
Результат System

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

Convert all object properties to strings.
public ToString ( ) : string
Результат string