1
0
feito fork de xt-sys/exectos

Add a way to check PE/COFF image machine type

Esse commit está contido em:
2022-12-20 15:37:13 +01:00
commit eb5998c58e
4 arquivos alterados com 22 adições e 0 exclusões

Ver arquivo

@@ -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);