Update README.md

merge-requests/1/head
_xeroxz 4 years ago
parent 4b0949ef41
commit 22b84454bc

@ -50,7 +50,13 @@ std::printf("[+] kernel MZ -> 0x%x\n", mz_bytes);
# Usage
Currently the project is configured to use gdrv, but if you want to swap the driver out you must defined four functions.
Currently the project is configured to use gdrv, but if you want to swap the driver out you must defined four functions. You can also change which syscall you want to
hook by changing this variable inside of `vdm.h`.
```cpp
// change this to whatever you want :^)
constexpr std::pair<const char*, const char*> syscall_hook = { "NtGdiDdDDICreateContext", "win32u.dll" };
```
### vdm::load_drv

Loading…
Cancel
Save