Initial process and thread related structures
Sommige controles zijn mislukt
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-02-08 23:40:58 +01:00
bovenliggende 929d3dfae7
commit 9132c47cd9
7 gewijzigde bestanden met toevoegingen van 53 en 2 verwijderingen

Bestand weergeven

@@ -17,3 +17,9 @@ VOID (*KeDbgPrint)(IN PWCHAR Format, IN ...) = NULL;
/* Kernel initialization block passed by boot loader */
PKERNEL_INITIALIZATION_BLOCK KeInitializationBlock;
/* Kernel initial process */
EPROCESS KeInitialProcess;
/* Kernel initial thread */
ETHREAD KeInitialThread;