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
Inherited Members
AbstractStructure.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class Copyright : AbstractStructure

Constructors

| Improve this Doc View Source

Copyright(Byte[], UInt32, UInt32)

Create a new copyright object.

Declaration
public Copyright(byte[] buff, uint offset, uint size)
Parameters
Type Name Description
System.Byte[] buff

PE binary as byte array.

System.UInt32 offset

Offset to the copyright string in the binary.

System.UInt32 size

Size of the copyright string.

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
Back to top Generated by DocFX