C# Class PeNet.Structures.IMAGE_RESOURCE_DATA_ENTRY

The IMAGE_RESOURCE_DATA_ENTRY points to the data of the resources in the PE file like version info, strings etc.
Inheritance: AbstractStructure
Show file Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
IMAGE_RESOURCE_DATA_ENTRY ( byte buff, uint offset ) : System.Text

Construct a IMAGE_RESOURCE_DATA_ENTRY at a given offset.

ToString ( ) : string

Returns a string that represents the current object.

Method Details

IMAGE_RESOURCE_DATA_ENTRY() public method

Construct a IMAGE_RESOURCE_DATA_ENTRY at a given offset.
public IMAGE_RESOURCE_DATA_ENTRY ( byte buff, uint offset ) : System.Text
buff byte PE file as a byte array.
offset uint Offset to the structure in the file.
return System.Text

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string