mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
add wininet.dll to the list of DLLs checked by apihooks when --quick is supplied
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user