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

Method dbg

pythonmemorymodule/__init__.py:483–487  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

481 self.load_module()
482
483 def dbg(self, msg, *args):
484 if not self._debug_: return
485 if len(args) > 0:
486 msg = msg % tuple(args)
487 print('DEBUG: %s' % msg)
488
489 def cmdline_check(self):
490 cp=windows.current_process

Callers 12

cmdline_checkMethod · 0.95
stomp_PEBMethod · 0.95
unstomp_PEBMethod · 0.95
execPEMethod · 0.95
load_moduleMethod · 0.95
copy_sectionsMethod · 0.95
ExecuteTLSMethod · 0.95
finalize_sectionsMethod · 0.95
build_import_tableMethod · 0.95
free_libraryMethod · 0.95
free_exeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected