C# Class PeNet.Structures.IMAGE_BASE_RELOCATION

The IMAGE_BASE_RELOCATION structure holds information needed to relocate the image to another virtual address.
Inheritance: AbstractStructure
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ParseTypeOffsets ( ) : void

Method Details

IMAGE_BASE_RELOCATION() public méthode

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.
Résultat System

ToString() public méthode

Convert all object properties to strings.
public ToString ( ) : string
Résultat string