From ce17eb3ecf4fd4673cd77fa1189e8f4183af4377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 3 Jul 2023 20:45:30 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d28471c..bc5279b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Built for and tested on **Windows 10 version 1507 (or newer) x64/ARM64**. 32-Bit ``` - Call `DomitoInit()` in your `DriverEntry` once to bootstrap internals. - Link against the resulting `Domito.lib` file for your desired architecture. +- Link against the provided `ci.lib` for the Code Integrity convenience functions. - Link against `cng.lib` for the CNG BCrypt APIs. - Done!