added setupapi hook to elisabeth

This commit is contained in:
2021-12-29 21:58:00 -05:00
parent 25977052d6
commit 7473791db2
4 changed files with 27 additions and 28 deletions

View File

@ -5,3 +5,4 @@
#include <stddef.h>
HRESULT setupapi_add_phantom_dev(const GUID *iface_class, const wchar_t *path);
void setupapi_hook_insert_hooks(HMODULE target);