Update README.md

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-03 20:45:30 +02:00
parent 6e2fd257c0
commit ce17eb3ecf

View File

@ -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!