add wininet.dll to the list of DLLs checked by apihooks when --quick is supplied

This commit is contained in:
iMHLv2
2013-07-03 01:28:59 +00:00
parent a32dfefac3
commit a140a2fa41
+1 -1
View File
@@ -359,7 +359,7 @@ class ApiHooks(procdump.ProcExeDump):
"advapi32.dll", "secur32.dll", "crypt32.dll", "user32.dll",
"gdi32.dll", "shell32.dll", "shlwapi.dll", "lsasrv.dll",
"cryptdll.dll", "wsock32.dll", "mswsock.dll", "urlmon.dll",
"csrsrv.dll", "winsrv.dll"]
"csrsrv.dll", "winsrv.dll", "wininet.dll"]
# When scanning for calls to unknown code pages (UCP), only
# analyze the following drivers. This is based on an analysis of