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

Class PE_Binary_AttributesType

source code

     object --+    
              |    
GeneratedsSuper --+
                  |
                 PE_Binary_AttributesType

The type attribute is used to define the type of PE file being characterized. Possible values: EXE, DLL.The dll_count attribute is used to define the number of DLLs loaded by a PE file.

Instance Methods [hide private]
 
__init__(self, dll_count=None, type_=None, Version_Block=None, Headers=None, Strings=None, Imports=None, Exports=None, Resources=None, Sections=None, Digital_Certificates=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_Version_Block(self) source code
 
set_Version_Block(self, Version_Block) source code
 
get_Headers(self) source code
 
set_Headers(self, Headers) source code
 
get_Strings(self) source code
 
set_Strings(self, Strings) source code
 
get_Imports(self) source code
 
set_Imports(self, Imports) source code
 
get_Exports(self) source code
 
set_Exports(self, Exports) source code
 
get_Resources(self) source code
 
set_Resources(self, Resources) source code
 
get_Sections(self) source code
 
set_Sections(self, Sections) source code
 
get_Digital_Certificates(self) source code
 
set_Digital_Certificates(self, Digital_Certificates) source code
 
get_dll_count(self) source code
 
set_dll_count(self, dll_count) source code
 
get_type(self) source code
 
set_type(self, type_) source code
 
export(self, outfile, level, namespace_='maec:', name_='PE_Binary_AttributesType', namespacedef_='') source code
 
exportAttributes(self, outfile, level, already_processed, namespace_='maec:', name_='PE_Binary_AttributesType') source code
 
exportChildren(self, outfile, level, namespace_='maec:', name_='PE_Binary_AttributesType', fromsubclass_=False) source code
 
hasContent_(self) source code
 
exportLiteral(self, outfile, level, name_='PE_Binary_AttributesType') 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, dll_count=None, type_=None, Version_Block=None, Headers=None, Strings=None, Imports=None, Exports=None, Resources=None, Sections=None, Digital_Certificates=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)