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.
|
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 |