C# Class PeNet.Structures.IMAGE_DELAY_IMPORT_DESCRIPTOR

The IMAGE_DELAY_IMPORT_DESCRIPTOR describes delayed imports.
Inheritance: AbstractStructure
ファイルを表示 Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
IMAGE_DELAY_IMPORT_DESCRIPTOR ( byte buff, uint offset )

Create a new IMAGE_DELAY_IMPORT_DESCRIPTOR object.

Method Details

IMAGE_DELAY_IMPORT_DESCRIPTOR() public method

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.