Fixed linker issues
Finished dynamic function resolving
This commit is contained in:
@ -32,7 +32,13 @@ Built for and tested on **Windows 10 version 1507 (or newer) x64/ARM64**. 32-Bit
|
||||
## How to use
|
||||
|
||||
- Add the `include` directory to your project's headers search path.
|
||||
- `#include <Domito.h>` wherever required.
|
||||
- Add includes (preferably in the provided order):
|
||||
```c
|
||||
#include <ntddk.h>
|
||||
#include <ntimage.h>
|
||||
#include <bcrypt.h>
|
||||
#include <Domito.h>
|
||||
```
|
||||
- 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.
|
||||
|
Reference in New Issue
Block a user