mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-30 22:19:17 +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),
|
||||
('AllocationBase', ctypes.c_void_p),
|
||||
('AllocationProtect', ctypes.c_ulong),
|
||||
('PartitionId', ctypes.c_ushort),
|
||||
('RegionSize', ctypes.c_size_t),
|
||||
('State', ctypes.c_ulong),
|
||||
('Protect', ctypes.c_ulong),
|
||||
|
Loading…
x
Reference in New Issue
Block a user