Method | Description | |
---|---|---|
Copyright ( byte buff, uint offset, uint size ) : System.Text |
Create a new copyright object.
|
|
ToString ( ) : string |
Convert all object properties to strings.
|
Method | Description | |
---|---|---|
ParseCopyrightString ( byte buff, uint offset, uint size ) : string |
public Copyright ( byte buff, uint offset, uint size ) : System.Text | ||
buff | byte | PE binary as byte array. |
offset | uint | Offset to the copyright string in the binary. |
size | uint | Size of the copyright string. |
return | System.Text |