Property | Type | Description | |
---|---|---|---|
DataDirectory | PeNet.Structures.IMAGE_DATA_DIRECTORY[] |
Method | Description | |
---|---|---|
IMAGE_OPTIONAL_HEADER_x64 ( byte buff, uint offset ) : System |
Create a new IMAGE_OPTIONAL_HEADER object.
|
|
ToString ( ) : string |
Creates a string representation of the objects properties.
|
public IMAGE_OPTIONAL_HEADER_x64 ( byte buff, uint offset ) : System | ||
buff | byte | A PE file as a byte array. |
offset | uint | Raw offset to the optional header. |
return | System |