Updated ntdll-Loader_Machine_Type patchset

This commit is contained in:
Alistair Leslie-Hughes 2018-05-11 19:57:03 +10:00
parent fd7f8c9f16
commit 44ee738e8b

View File

@ -124,7 +124,7 @@ index 1a3dd80..db79296 100644
+ SIZE_T ret;
+
+ if(NtQuerySection(hfile, SectionImageInformation, &info, sizeof(info), &ret) == STATUS_SUCCESS)
+ return !info.ImageContainsCode;
+ return !info.TransferAddress;
+
+ return FALSE;
+}