Implement kernel undefined behavior sanitizer support

This commit is contained in:
2024-06-12 16:19:24 +02:00
parent c7e96184e6
commit 91e8a86ee2
7 changed files with 1255 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ EXTERN LIST_ENTRY KepSystemResourcesListHead;
/* Kernel system resources lock */
EXTERN KSPIN_LOCK KepSystemResourcesLock;
/* Kernel UBSAN active frame flag */
EXTERN BOOLEAN KepUbsanActiveFrame;
/* Biggest free memory descriptor */
EXTERN PLOADER_MEMORY_DESCRIPTOR MmFreeDescriptor;