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

Class ImageBoundImportDescriptorEntry

source code

                 object --+    
                          |    
baseclasses.BaseStructClass --+
                              |
                             ImageBoundImportDescriptorEntry

ImageBoundImportDescriptorEntry object.

Instance Methods [hide private]
 
__init__(self, shouldPack=True)
This class represents a IMAGE_BOUND_IMPORT_DESCRIPTOR structure.
source code
 
getType(self)
Returns consts.IMAGE_BOUND_IMPORT_DESCRIPTOR_ENTRY
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]
ImageBoundImportDescriptorEntry
parse(readDataInstance)
Returns a new ImageBoundImportDescriptorEntry object.
source code
Instance Variables [hide private]
  timeDateStamp
DWORD timeDateStamp.
  offsetModuleName
WORD offsetModuleName.
  numberOfModuleForwarderRefs
WORD numberOfModuleForwarderRefs.
  forwarderRefsList
ImageBoundForwarderRef forwarderRefsList.
  moduleName
moduleName is metadata, not part of the structure.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, shouldPack=True)
(Constructor)

source code 

This class represents a IMAGE_BOUND_IMPORT_DESCRIPTOR structure.

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.IMAGE_BOUND_IMPORT_DESCRIPTOR_ENTRY

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

parse(readDataInstance)
Static Method

source code 

Returns a new ImageBoundImportDescriptorEntry object.

Parameters:
Returns: ImageBoundImportDescriptorEntry
A new {ImageBoundImportDescriptorEntry} object.