C# Class PeNet.Structures.Copyright

The copyright ASCII (not 0-terminated) string of the PE file if any is given.
Inheritance: AbstractStructure
Mostrar archivo Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
Copyright ( byte buff, uint offset, uint size ) : System.Text

Create a new copyright object.

ToString ( ) : string

Convert all object properties to strings.

Private Methods

Method Description
ParseCopyrightString ( byte buff, uint offset, uint size ) : string

Method Details

Copyright() public method

Create a new copyright object.
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

ToString() public method

Convert all object properties to strings.
public ToString ( ) : string
return string