From a9578ed0cb4458800d0789eba5a074d32bb8e019 Mon Sep 17 00:00:00 2001 From: gmh <13917777+gmh5225@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:06:58 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 651a5be..f9adb76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ``libwindrv`` -libwindrv is a windows driver library for testing the llvm-msvc compiler when turning on CET. +libwindrv is a windows driver library for testing the llvm-msvc compiler when turning on Kernel CET. ## Requirements @@ -11,7 +11,7 @@ libwindrv is a windows driver library for testing the llvm-msvc compiler when tu - [ARM64 Kits](https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/building-arm64-drivers) - [llvm-msvc](https://github.com/backengineering/llvm-msvc/releases) -## How to enable CET +## How to enable Kernel CET - Run [enable_cet.bat](https://github.com/backengineering/libwindrv/blob/dev/tools/enable_cet.bat) in administrator mode - Reboot 2 times