C# Class PeNet.Structures.IMAGE_DELAY_IMPORT_DESCRIPTOR

The IMAGE_DELAY_IMPORT_DESCRIPTOR describes delayed imports.
Inheritance: AbstractStructure
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

Méthode Description
IMAGE_DELAY_IMPORT_DESCRIPTOR ( byte buff, uint offset )

Create a new IMAGE_DELAY_IMPORT_DESCRIPTOR object.

Method Details

IMAGE_DELAY_IMPORT_DESCRIPTOR() public méthode

Create a new IMAGE_DELAY_IMPORT_DESCRIPTOR object.
public IMAGE_DELAY_IMPORT_DESCRIPTOR ( byte buff, uint offset )
buff byte PE binary as byte buffer.
offset uint Offset to the delay import descriptor.