From 18934ae79d8cd4d711cc6f9c179e2087b489dbc9 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Wed, 7 Feb 2024 17:50:01 +0100 Subject: [PATCH] NTOS compatibility layer moved to 3rd party driver --- xtoskrnl/xtoskrnl.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/xtoskrnl/xtoskrnl.spec b/xtoskrnl/xtoskrnl.spec index bdd8c86..97b4e47 100644 --- a/xtoskrnl/xtoskrnl.spec +++ b/xtoskrnl/xtoskrnl.spec @@ -1,4 +1,4 @@ -# XTOS exports +# XTOS kernel exports @ fastcall ExAcquireRundownProtection(ptr) @ fastcall ExCompleteRundownProtection(ptr) @ fastcall ExInitializeRundownProtection(ptr) @@ -49,7 +49,3 @@ @ stdcall RtlWriteRegisterLong(ptr long) @ stdcall RtlWriteRegisterShort(ptr long) @ stdcall RtlZeroMemory(ptr long) - - -# NT compatibilty layer exports -@ fastcall ExRundownCompleted(ptr) ExCompleteRundownProtection