Commit 930a7323 authored by jschuh@chromium.org's avatar jschuh@chromium.org

Block Avast! AV DLLs in sandboxed processes.

BUG=140140
Review URL: https://chromiumcodereview.appspot.com/10852008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149909 0039d316-1c4b-4281-b951-d872f2087c98
parent d70e0322
......@@ -41,6 +41,7 @@ namespace {
const wchar_t* const kTroublesomeDlls[] = {
L"adialhk.dll", // Kaspersky Internet Security.
L"acpiz.dll", // Unknown.
L"aswjsflt.dll", // Avast! AV
L"avgrsstx.dll", // AVG 8.
L"babylonchromepi.dll", // Babylon translator.
L"btkeyind.dll", // Widcomm Bluetooth.
......@@ -101,6 +102,7 @@ const wchar_t* const kTroublesomeDlls[] = {
L"sguard.dll", // Iolo (System Guard).
L"smum32.dll", // Spyware Doctor version 6.
L"smumhook.dll", // Spyware Doctor version 5.
L"snxhk.dll", // Avast! AV
L"ssldivx.dll", // DivX.
L"syncor11.dll", // SynthCore Midi interface.
L"systools.dll", // Panda Antivirus.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment