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

Class RemotePythonError

windows/injection.py:425–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 return data
424
425class RemotePythonError(Exception):
426 pass
427
428def safe_execute_python(process, code):
429 t = execute_python_code(process, code)

Callers 1

safe_execute_pythonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected