C# Class PeNet.Structures.IMAGE_BOUND_IMPORT_DESCRIPTOR

Bound import descriptor.
Inheritance: AbstractStructure
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

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

Create new bound import descriptor structure.

Method Details

IMAGE_BOUND_IMPORT_DESCRIPTOR() public méthode

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.