Skip to content

Commit aab4fdc

Browse files
committed
Try new handle method for CurrentProcessReadSyswow
1 parent ff41616 commit aab4fdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows/syswow64.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ class CurrentProcessReadSyswow(process.Process):
171171
bitness = 64
172172

173173
def _get_handle(self):
174-
return winproxy.GetCurrentProcess()
174+
# return winproxy.GetCurrentProcess()
175+
return 0xffffffffffffffff
175176

176177
def __del__(self):
177178
pass

0 commit comments

Comments
 (0)