Attempt to fix/hook iphlpapi GetTcpTable()

This commit is contained in:
alexey.min
2012-02-13 13:31:46 +00:00
parent 11a5bfd4b4
commit 9fe62a4274
6 changed files with 65 additions and 0 deletions

View File

@@ -308,6 +308,7 @@ void DebugDlg_OnBnClickedValidateInterception( HWND hDlg )
if( GetModuleHandleW( L"iphlpapi.dll" ) )
{
log_error( LOG_WARNING, "Iphlpapi.dll loaded\n" );
Hook_GetTcpTable();
}
else
{