MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / environment

Method environment

windows/winobject/process.py:1333–1335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1331
1332 @property
1333 def environment(self):
1334 # TODO: Tests
1335 return self._extract_environment(self.ProcessParameters.contents.Environment, windows.current_process)
1336
1337 @property
1338 def apisetmap(self):

Callers

nothing calls this directly

Calls 1

_extract_environmentMethod · 0.95

Tested by

no test coverage detected