Package lib :: Package maec :: Module maec11 :: Class PESectionHeaderStruct
[hide private]
[frames] | no frames]

Class PESectionHeaderStruct

source code

     object --+    
              |    
GeneratedsSuper --+
                  |
                 PESectionHeaderStruct

PESectionHeaderStruct is intended as container for the attributes present in a PE binary's section header structure.

Instance Methods [hide private]
 
__init__(self, Hashes=None, Name=None, Physical_Address=None, Virtual_Address=None, Size_Of_Raw_Data=None, Pointer_To_Raw_Data=None, Pointer_To_Relocations=None, Pointer_To_Linenumbers=None, Number_Of_Relocations=None, Number_Of_Linenumbers=None, Characteristics=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_Hashes(self) source code
 
set_Hashes(self, Hashes) source code
 
get_Name(self) source code
 
set_Name(self, Name) source code
 
get_Physical_Address(self) source code
 
set_Physical_Address(self, Physical_Address) source code
 
get_Virtual_Address(self) source code
 
set_Virtual_Address(self, Virtual_Address) source code
 
get_Size_Of_Raw_Data(self) source code
 
set_Size_Of_Raw_Data(self, Size_Of_Raw_Data) source code
 
get_Pointer_To_Raw_Data(self) source code
 
set_Pointer_To_Raw_Data(self, Pointer_To_Raw_Data) source code
 
get_Pointer_To_Relocations(self) source code
 
set_Pointer_To_Relocations(self, Pointer_To_Relocations) source code
 
get_Pointer_To_Linenumbers(self) source code
 
set_Pointer_To_Linenumbers(self, Pointer_To_Linenumbers) source code
 
get_Number_Of_Relocations(self) source code
 
set_Number_Of_Relocations(self, Number_Of_Relocations) source code
 
get_Number_Of_Linenumbers(self) source code
 
set_Number_Of_Linenumbers(self, Number_Of_Linenumbers) source code
 
get_Characteristics(self) source code
 
set_Characteristics(self, Characteristics) source code
 
export(self, outfile, level, namespace_='maec:', name_='PESectionHeaderStruct', namespacedef_='') source code
 
exportAttributes(self, outfile, level, already_processed, namespace_='maec:', name_='PESectionHeaderStruct') source code
 
exportChildren(self, outfile, level, namespace_='maec:', name_='PESectionHeaderStruct', fromsubclass_=False) source code
 
hasContent_(self) source code
 
exportLiteral(self, outfile, level, name_='PESectionHeaderStruct') source code
 
exportLiteralAttributes(self, outfile, level, already_processed, name_) source code
 
exportLiteralChildren(self, outfile, level, name_) source code
 
build(self, node) source code
 
buildAttributes(self, node, attrs, already_processed) source code
 
buildChildren(self, child_, node, nodeName_, fromsubclass_=False) source code

Inherited from GeneratedsSuper: gds_build_any, gds_format_boolean, gds_format_boolean_list, gds_format_double, gds_format_double_list, gds_format_float, gds_format_float_list, gds_format_integer, gds_format_integer_list, gds_format_string, gds_str_lower, gds_validate_boolean, gds_validate_boolean_list, gds_validate_double, gds_validate_double_list, gds_validate_float, gds_validate_float_list, gds_validate_integer, gds_validate_integer_list, gds_validate_string, get_class_obj_, get_path_, get_path_list_

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

Static Methods [hide private]
 
factory(*args_, **kwargs_) source code
Class Variables [hide private]
  subclass = None
hash(x)
  superclass = None
hash(x)

Inherited from GeneratedsSuper: Tag_strip_pattern_

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, Hashes=None, Name=None, Physical_Address=None, Virtual_Address=None, Size_Of_Raw_Data=None, Pointer_To_Raw_Data=None, Pointer_To_Relocations=None, Pointer_To_Linenumbers=None, Number_Of_Relocations=None, Number_Of_Linenumbers=None, Characteristics=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)