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
Mostrar archivo Open project: secana/PeNet Class Usage Examples

Public Methods

Method 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

Method Description
ParseTypeOffsets ( ) : void

Method Details

IMAGE_BASE_RELOCATION() public method

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.
return System

ToString() public method

Convert all object properties to strings.
public ToString ( ) : string
return string