forked from TeamTofuShop/segatools
hooklib/dns.c: Add initial WinDNS hook
We'll probably need to intercept the more traditional gethostbyname() API and friends at some point too.
This commit is contained in:
8
hooklib/dns.h
Normal file
8
hooklib/dns.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
HRESULT dns_hook_push(const wchar_t *from_src, const wchar_t *to_src);
|
||||
|
Reference in New Issue
Block a user