C# 클래스 PeNet.Structures.IMAGE_TLS_DIRECTORY

Thread Local Storage Directory.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
IMAGE_TLS_DIRECTORY ( byte buff, uint offset, bool is64Bit )

Create new TLS directory structure.

메소드 상세

IMAGE_TLS_DIRECTORY() 공개 메소드

Create new TLS directory structure.
public IMAGE_TLS_DIRECTORY ( byte buff, uint offset, bool is64Bit )
buff byte PE file as binary buffer.
offset uint Offset to TLS structure in buffer.
is64Bit bool Flag if the PE file is 64 Bit.