Show / Hide Table of Contents

Class IMAGE_TLS_CALLBACK

Thread Local Storage callback.

Inheritance
System.Object
AbstractStructure
IMAGE_TLS_CALLBACK
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 IMAGE_TLS_CALLBACK : AbstractStructure

Constructors

| Improve this Doc View Source

IMAGE_TLS_CALLBACK(Byte[], UInt32, Boolean)

Create a new TLS callback structure.

Declaration
public IMAGE_TLS_CALLBACK(byte[] buff, uint offset, bool is64Bit)
Parameters
Type Name Description
System.Byte[] buff

PE file as byte buffer.

System.UInt32 offset

Offset of the TLS callback structure in the buffer.

System.Boolean is64Bit

Flag is the PE file is 64 Bit.

Properties

| Improve this Doc View Source

Callback

Address of actual callback code.

Declaration
public ulong Callback { get; set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
Back to top Generated by DocFX