forked from xt-sys/exectos
Add a way to check PE/COFF image machine type
This commit is contained in:
@@ -17,6 +17,10 @@ EFI_STATUS
|
||||
PeGetEntryPoint(IN PPECOFF_IMAGE_CONTEXT Image,
|
||||
OUT PVOID *EntryPoint);
|
||||
|
||||
EFI_STATUS
|
||||
PeGetMachineType(IN PPECOFF_IMAGE_CONTEXT Image,
|
||||
OUT PUSHORT MachineType);
|
||||
|
||||
EFI_STATUS
|
||||
PeGetSubSystem(IN PPECOFF_IMAGE_CONTEXT Image,
|
||||
OUT PUSHORT SubSystem);
|
||||
|
Reference in New Issue
Block a user