Show / Hide Table of Contents

Class ImageTlsCallback

Thread Local Storage callback.

Inheritance
System.Object
AbstractStructure
ImageTlsCallback
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageTlsCallback : AbstractStructure

Constructors

| Improve this Doc View Source

ImageTlsCallback(IRawFile, Int64, Boolean)

Create a new TLS callback structure.

Declaration
public ImageTlsCallback(IRawFile peFile, long offset, bool is64Bit)
Parameters
Type Name Description
IRawFile peFile

A PE file.

System.Int64 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
In This Article
Back to top Generated by DocFX