mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-06 01:16:37 +02:00
add missing PartitionId field
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com>
This commit is contained in:
parent
114cadcf84
commit
2453e2703a
@ -404,6 +404,7 @@ if has_ctypes:
|
|||||||
('BaseAddress', ctypes.c_void_p),
|
('BaseAddress', ctypes.c_void_p),
|
||||||
('AllocationBase', ctypes.c_void_p),
|
('AllocationBase', ctypes.c_void_p),
|
||||||
('AllocationProtect', ctypes.c_ulong),
|
('AllocationProtect', ctypes.c_ulong),
|
||||||
|
('PartitionId', ctypes.c_ushort),
|
||||||
('RegionSize', ctypes.c_size_t),
|
('RegionSize', ctypes.c_size_t),
|
||||||
('State', ctypes.c_ulong),
|
('State', ctypes.c_ulong),
|
||||||
('Protect', ctypes.c_ulong),
|
('Protect', ctypes.c_ulong),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user