Class Copyright
The copyright ASCII (not 0-terminated) string of the PE file if any is given.
Inherited Members
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class Copyright : AbstractStructure
Constructors
| Edit this page View SourceCopyright(IRawFile, long)
Create a new copyright object.
Declaration
public Copyright(IRawFile peFile, long offset)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawFile | peFile | A PE file. |
| long | offset | Offset to the copyright string in the binary. |
Properties
| Edit this page View SourceCopyrightString
The copyright string.
Declaration
public string CopyrightString { get; }
Property Value
| Type | Description |
|---|---|
| string |