Try new handle method for CurrentProcessReadSyswow

This commit is contained in:
hakril
2025-02-02 16:35:16 +01:00
parent ff4161602c
commit aab4fdc02d
+2 -1
View File
@@ -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