C# 클래스 PeNet.Structures.Copyright

The copyright ASCII (not 0-terminated) string of the PE file if any is given.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
Copyright ( byte buff, uint offset, uint size ) : System.Text

Create a new copyright object.

ToString ( ) : string

Convert all object properties to strings.

비공개 메소드들

메소드 설명
ParseCopyrightString ( byte buff, uint offset, uint size ) : string

메소드 상세

Copyright() 공개 메소드

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.
리턴 System.Text

ToString() 공개 메소드

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