Home
last modified time | relevance | path

Searched refs:PEExportedFunctionsType (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.py48 _binding_class = win_executable_file_binding.PEExportedFunctionsType
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/bindings/
H A Dwin_executable_file_object.py200 obj_ = PEExportedFunctionsType.factory()
221 class PEExportedFunctionsType(GeneratedsSuper): class
232 if PEExportedFunctionsType.subclass:
233 return PEExportedFunctionsType.subclass(*args_, **kwargs_)
235 return PEExportedFunctionsType(*args_, **kwargs_)