C# 클래스 PeNet.Structures.IMAGE_TLS_CALLBACK

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

공개 메소드들

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

Create a new TLS callback structure.

메소드 상세

IMAGE_TLS_CALLBACK() 공개 메소드

Create a new TLS callback structure.
public IMAGE_TLS_CALLBACK ( byte buff, uint offset, bool is64Bit )
buff byte PE file as byte buffer.
offset uint Offset of the TLS callback structure in the buffer.
is64Bit bool Flag is the PE file is 64 Bit.