C# Class PeNet.Structures.IMAGE_BOUND_IMPORT_DESCRIPTOR

Bound import descriptor.
Inheritance: AbstractStructure
Datei anzeigen Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
IMAGE_BOUND_IMPORT_DESCRIPTOR ( byte buff, uint offset )

Create new bound import descriptor structure.

Method Details

IMAGE_BOUND_IMPORT_DESCRIPTOR() public method

Create new bound import descriptor structure.
public IMAGE_BOUND_IMPORT_DESCRIPTOR ( byte buff, uint offset )
buff byte PE file as byte buffer.
offset uint Offset of bound import descriptor in the buffer.