Show / Hide Table of Contents

Class Copyright

The copyright ASCII (not 0-terminated) string of the PE file if any is given.

Inheritance
System.Object
AbstractStructure
Copyright
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class Copyright : AbstractStructure

Constructors

| Improve this Doc View Source

Copyright(IRawFile, Int64)

Create a new copyright object.

Declaration
public Copyright(IRawFile peFile, long offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

System.Int64 offset

Offset to the copyright string in the binary.

Properties

| Improve this Doc View Source

CopyrightString

The copyright string.

Declaration
public string CopyrightString { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX