Method | Description | |
---|---|---|
IMAGE_SECTION_HEADER ( byte buff, uint offset ) : System.Text |
Create a new IMAGE_SECTION_HEADER object.
|
|
ToString ( ) : string |
Create a string from all object properties.
|
public IMAGE_SECTION_HEADER ( byte buff, uint offset ) : System.Text | ||
buff | byte | A PE file as a byte array. |
offset | uint | Raw offset to the section header. |
return | System.Text |