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

Method unstomp_PEB

pythonmemorymodule/__init__.py:519–522  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

517
518
519 def unstomp_PEB(self):
520 time.sleep(2)
521 self.dbg("Restoring original commandline: {}".format(self.cmdlinetext))
522 self.cp.write_memory(self.cmdlineaddr,self.cmdlinetext.encode("utf-16"))
523
524
525 def execPE(self):

Callers 1

load_moduleMethod · 0.95

Calls 2

dbgMethod · 0.95
write_memoryMethod · 0.45

Tested by

no test coverage detected