C# Class PeNet.Structures.IMAGE_RESOURCE_DIR_STRING_U

Represents a Unicode string used for resource names in the resource section.
Inheritance: AbstractStructure
Datei anzeigen Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
IMAGE_RESOURCE_DIR_STRING_U ( byte buff, uint offset ) : System

Create a new IMAGE_RESOURCE_DIR_STRING_U Unicode string.

Method Details

IMAGE_RESOURCE_DIR_STRING_U() public method

Create a new IMAGE_RESOURCE_DIR_STRING_U Unicode string.
public IMAGE_RESOURCE_DIR_STRING_U ( byte buff, uint offset ) : System
buff byte A PE file as a byte array.
offset uint Raw offset of the string.
return System