Implement PeGetSubSystem() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-11-16 15:03:33 +01:00
parent 9f43ad06af
commit 5ec08cb84a
3 changed files with 28 additions and 0 deletions

View File

@@ -17,6 +17,10 @@ EFI_STATUS
PeGetEntryPoint(IN PPECOFF_IMAGE_CONTEXT Image,
OUT PVOID *EntryPoint);
EFI_STATUS
PeGetSubSystem(IN PPECOFF_IMAGE_CONTEXT Image,
OUT PUSHORT SubSystem);
EFI_STATUS
PeLoadImage(IN PEFI_FILE_HANDLE FileHandle,
IN LOADER_MEMORY_TYPE MemoryType,