MCPcopy Index your code
hub / github.com/ELMERIKH/PyinMemoryPE / __init__

Method __init__

pythonmemorymodule/__init__.py:477–481  ·  view source on GitHub ↗
(self, name = None, data = None, debug=False, command=None)

Source from the content-addressed store, hash-verified

475 _foffsets_ = {}
476
477 def __init__(self, name = None, data = None, debug=False, command=None):
478 self._debug_ = debug or debug_output
479 self.new_command=command
480 pe.PE.__init__(self, name, data)
481 self.load_module()
482
483 def dbg(self, msg, *args):
484 if not self._debug_: return

Callers

nothing calls this directly

Calls 1

load_moduleMethod · 0.95

Tested by

no test coverage detected