MCPcopy Create free account
hub / github.com/AlessandroZ/BeRoot / OpenKey

Function OpenKey

BeRoot/beroot/modules/objects/winstructures.py:70–74  ·  view source on GitHub ↗
(key, path, index, access)

Source from the content-addressed store, hash-verified

68
69s = System()
70def OpenKey(key, path, index, access):
71 if s.isx64:
72 return _winreg.OpenKey(key, path, index, access | _winreg.KEY_WOW64_64KEY)
73 else:
74 return _winreg.OpenKey(key, path, index, access)

Callers 7

retrieve_softwaresMethod · 0.85
isSMBHardenedMethod · 0.85
find_services_triggerMethod · 0.85
modify_registryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected