mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 19:27:03 -04:00
[core] add full extraction support for efi.img
* Also, Solus distro maintainers, I hate you!
This commit is contained in:
parent
dd9f9ce1e9
commit
f02fbe3acc
13 changed files with 327 additions and 77 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue