Method | Description | |
---|---|---|
IMAGE_DATA_DIRECTORY ( byte buff, uint offset ) : System.Text |
Create a new IMAGE_DATA_DIRECTORY object.
|
|
ToString ( ) : string |
Convert all object properties to strings.
|
public IMAGE_DATA_DIRECTORY ( byte buff, uint offset ) : System.Text | ||
buff | byte | PE binary as byte array. |
offset | uint | Raw offset to the data directory in the binary. |
return | System.Text |