C# Class PeNet.Structures.Copyright

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

Méthodes publiques

Méthode 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

Méthode Description
ParseCopyrightString ( byte buff, uint offset, uint size ) : string

Method Details

Copyright() public méthode

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.
Résultat System.Text

ToString() public méthode

Convert all object properties to strings.
public ToString ( ) : string
Résultat string