[core] add full extraction support for efi.img

* Also, Solus distro maintainers, I hate you!
This commit is contained in:
Pete Batard 2019-04-04 19:12:48 +01:00
parent dd9f9ce1e9
commit f02fbe3acc
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
13 changed files with 327 additions and 77 deletions

View file

@ -121,7 +121,7 @@ typedef struct _OBJECT_TYPES_INFORMATION
typedef struct _PROCESS_BASIC_INFORMATION_WOW64
{
PVOID Reserved1[2];
// MinGW32 screws us with a sizeof(PVOID64) of 4 instead of 8 => Use an ULONGLONG instead
// MinGW32 screws us with a sizeof(PVOID64) of 4 instead of 8 => Use ULONGLONG instead
ULONGLONG PebBaseAddress;
PVOID Reserved2[4];
ULONG_PTR UniqueProcessId[2];