From 0320cd419e13329d2e4e7b81e2b050df27f25393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sun, 2 Jul 2023 19:57:04 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a49da9..f049b63 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Built for and tested on **Windows 10 version 1507 (or newer) x64/ARM64**. 32-Bit - Add the `include` directory to your project's headers search path. - `#include ` wherever required. +- Call `DomitoInit()` in your `DriverEntry` once to bootstrap internals. - Link against the resulting `Domito.lib` file for your desired architecture. - Link against `cng.lib` for the CNG BCrypt APIs. - Done!