Removed a debug print

This commit is contained in:
Clement Rouault
2016-05-23 09:48:00 +02:00
parent aaa680c61c
commit 899e6b9147
-1
View File
@@ -182,7 +182,6 @@ def get_current_process_syswow_peb():
class CurrentProcessReadSyswow(process.Process):
bitness = 64
def _get_handle(self):
print("CurrentProcessReadSyswow get_handler")
return winproxy.OpenProcess(dwProcessId=current_process.pid)
def read_memory(self, addr, size):