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
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Text

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string