diff --git a/README.md b/README.md index f9d8e00..77b043b 100644 --- a/README.md +++ b/README.md @@ -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 syscall_hook = { "NtGdiDdDDICreateContext", "win32u.dll" }; +``` ### vdm::load_drv