Package pype32 :: Module directories :: Class TLSDirectory64
[hide private]
[frames] | no frames]

Class TLSDirectory64

source code

                 object --+    
                          |    
baseclasses.BaseStructClass --+
                              |
                             TLSDirectory64

TLSDirectory64 object.

Instance Methods [hide private]
 
__init__(self, shouldPack=True)
Class representation of a IMAGE_TLS_DIRECTORY structure in 64 bits systems.
source code
 
getType(self)
Returns consts.TLS_DIRECTORY64.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

    Inherited from baseclasses.BaseStructClass
 
__len__(self) source code
 
__str__(self)
str(x)
source code
dict
getFields(self)
Returns all the class attributues.
source code
 
sizeof(self) source code
Static Methods [hide private]
TLSDirectory64
parse(readDataInstance)
Returns a new TLSDirectory64 object.
source code
Instance Variables [hide private]
  startAddressOfRawData
QWORD startAddressOfRawData.
  endAddressOfRawData
QWORD endAddressOfRawData.
  addressOfIndex
QWORD addressOfIndex.
  addressOfCallbacks
QWORD addressOfCallbacks.
  sizeOfZeroFill
DWORD sizeOfZeroFill.
  characteristics
DWORD characteristics.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, shouldPack=True)
(Constructor)

source code 

Class representation of a IMAGE_TLS_DIRECTORY structure in 64 bits systems.

Parameters:
  • shouldPack (bool) - (Optional) If set to c{True}, the object will be packed. If set to False, the object won't be packed.
Overrides: object.__init__

getType(self)

source code 

Returns consts.TLS_DIRECTORY64.

Raises:
  • NotImplementedError - The method wasn't implemented in the inherited class.
Overrides: baseclasses.BaseStructClass.getType

parse(readDataInstance)
Static Method

source code 

Returns a new TLSDirectory64 object.

Parameters:
Returns: TLSDirectory64
A new TLSDirectory64 object.