CloverBootloader/MemoryFix/OsxAptioFixDrv/DecodedKernelCheck.h
SergeySlice c4357fd984 simplify kext allowing patch
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
2020-04-29 11:06:44 +03:00

14 lines
207 B
C

/**
funcs for checking decoded kernel in memory
dmazar
**/
extern EFI_PHYSICAL_ADDRESS gRelocBase;
//EFI_STATUS EFIAPI CheckDecodedKernel (VOID);
VOID EFIAPI DumpStack (UINT64 RSP);