Method | Description | |
---|---|---|
IMAGE_EXPORT_DIRECTORY ( byte buff, uint offset ) : System.Text |
Create a new IMAGE_EXPORT_DIRECTORY object.
|
|
ToString ( ) : string |
Creates a string representation of all object properties.
|
public IMAGE_EXPORT_DIRECTORY ( byte buff, uint offset ) : System.Text | ||
buff | byte | PE file as a byte array. |
offset | uint | Raw offset of the export directory in the PE file. |
return | System.Text |