PE: Add support for EFI images

This commit is contained in:
Kornel Pal
2021-12-22 03:05:24 +01:00
committed by Markus F.X.J. Oberhumer
parent 1d9c211eed
commit 937bfa4e49
5 changed files with 71 additions and 21 deletions
+1
View File
@@ -212,6 +212,7 @@ protected:
pe_section_t *isection;
bool isdll;
bool isrtm;
bool isefi;
bool use_dep_hack;
bool use_clear_dirty_stack;
bool use_stub_relocs;