Home
last modified time | relevance | path

Searched refs:PESectionType (Results 1 – 2 of 2) sorted by relevance

/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/objects/
H A Dwin_executable_file_object.py326 _binding_class = win_executable_file_binding.PESectionType
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/bindings/
H A Dwin_executable_file_object.py352 obj_ = PESectionType.factory()
1407 class PESectionType(GeneratedsSuper): class
1422 if PESectionType.subclass:
1423 return PESectionType.subclass(*args_, **kwargs_)
1425 return PESectionType(*args_, **kwargs_)