mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Try new handle method for CurrentProcessReadSyswow
This commit is contained in:
+2
-1
@@ -171,7 +171,8 @@ class CurrentProcessReadSyswow(process.Process):
|
||||
bitness = 64
|
||||
|
||||
def _get_handle(self):
|
||||
return winproxy.GetCurrentProcess()
|
||||
# return winproxy.GetCurrentProcess()
|
||||
return 0xffffffffffffffff
|
||||
|
||||
def __del__(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user