(self)
| 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): |
no test coverage detected