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