merge-requests/1/head
xerox 4 years ago
parent 096c9bb470
commit b8d7b1a549

@ -77,7 +77,7 @@ HANDLE load_drv()
note: my exploited driver actually came with a dll that exported all the functions.
### `bool unload_drv()`
Unload driver can and should return a bool but its not needed. There is also no need to pass any paremeters since the driver handle is global.
Unload driver can and should return a bool but its not needed. There is also no need to pass any parameters since the driver handle is global.
```cpp
/*

Loading…
Cancel
Save