NTOS compatibility layer moved to 3rd party driver
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 19s
Builds / ExectOS (i686) (push) Successful in 19s

This commit is contained in:
Rafal Kupiec 2024-02-07 17:50:01 +01:00
parent 86dcf317ab
commit 18934ae79d
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -1,4 +1,4 @@
# XTOS exports # XTOS kernel exports
@ fastcall ExAcquireRundownProtection(ptr) @ fastcall ExAcquireRundownProtection(ptr)
@ fastcall ExCompleteRundownProtection(ptr) @ fastcall ExCompleteRundownProtection(ptr)
@ fastcall ExInitializeRundownProtection(ptr) @ fastcall ExInitializeRundownProtection(ptr)
@ -49,7 +49,3 @@
@ stdcall RtlWriteRegisterLong(ptr long) @ stdcall RtlWriteRegisterLong(ptr long)
@ stdcall RtlWriteRegisterShort(ptr long) @ stdcall RtlWriteRegisterShort(ptr long)
@ stdcall RtlZeroMemory(ptr long) @ stdcall RtlZeroMemory(ptr long)
# NT compatibilty layer exports
@ fastcall ExRundownCompleted(ptr) ExCompleteRundownProtection