Changed large Hex constant to long constant to support 2.3
This commit is contained in:
parent
230e4602f5
commit
01e6b9c72e
@ -64,7 +64,7 @@ class _RemoteMemoryBlock(object):
|
||||
str(ctypes.WinError()) + "process: %d",
|
||||
process_id.value)
|
||||
|
||||
if win32functions.GetVersion() < 0x80000000:
|
||||
if win32functions.GetVersion() < 2147483648L:
|
||||
self.memAddress = win32functions.VirtualAllocEx(
|
||||
self.process, # remote process
|
||||
0, # let Valloc decide where
|
||||
|
Loading…
Reference in New Issue
Block a user