1
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:
Alex Romero 2023-05-12 00:10:14 +03:30 committed by GitHub
parent 114cadcf84
commit 2453e2703a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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),