Skip to content

Commit

Permalink
fix module GUID for modules extracted from EFI_SECTION_GUID_DEFINED s…
Browse files Browse the repository at this point in the history
…ections
  • Loading branch information
xorpse committed Nov 10, 2022
1 parent 7c82d44 commit 3db8c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions efiXloader/uefitool.cpp
Expand Up @@ -54,6 +54,7 @@ void efiloader::Uefitool::get_image_guid(qstring &image_guid, UModelIndex index)
UModelIndex guid_index;
switch (model.subtype(model.parent(index))) {
case EFI_SECTION_COMPRESSION:
case EFI_SECTION_GUID_DEFINED:
guid_index = model.parent(model.parent(index));
break;
default:
Expand Down

0 comments on commit 3db8c69

Please sign in to comment.