summaryrefslogtreecommitdiffstats
path: root/chrome_elf/blacklist/blacklist.cc
diff options
context:
space:
mode:
authorkrstnmnlsn@chromium.org <krstnmnlsn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-17 17:18:46 +0000
committerkrstnmnlsn@chromium.org <krstnmnlsn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-17 17:18:46 +0000
commitfe9d60910fa71569bc1b65acdfe62fe0c159a48f (patch)
tree55d7cc33af8f820a40ce8f3ad76a688aff687837 /chrome_elf/blacklist/blacklist.cc
parent5d487626127c7bf7d179e76a68731c88bfdbcbe8 (diff)
downloadchromium_src-fe9d60910fa71569bc1b65acdfe62fe0c159a48f.zip
chromium_src-fe9d60910fa71569bc1b65acdfe62fe0c159a48f.tar.gz
chromium_src-fe9d60910fa71569bc1b65acdfe62fe0c159a48f.tar.bz2
Adding 3 DLLs to the blacklist.
BUG= Review URL: https://codereview.chromium.org/332193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_elf/blacklist/blacklist.cc')
-rw-r--r--chrome_elf/blacklist/blacklist.cc10
1 files changed, 7 insertions, 3 deletions
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
index 055b0ab..ba544e25 100644
--- a/chrome_elf/blacklist/blacklist.cc
+++ b/chrome_elf/blacklist/blacklist.cc
@@ -30,14 +30,18 @@ namespace blacklist{
// of it, see:
// https://sites.google.com/a/chromium.org/dev/Home/third-party-developers
const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
+ L"activedetect32.dll", // Lenovo One Key Theater.
+ // See crbug.com/379218.
+ L"activedetect64.dll", // Lenovo One Key Theater.
+ L"bitguard.dll", // Unknown (suspected malware).
+ L"chrmxtn.dll", // Unknown (keystroke logger).
L"datamngr.dll", // Unknown (suspected adware).
L"hk.dll", // Unknown (keystroke logger).
L"libsvn_tsvn32.dll", // TortoiseSVN.
L"lmrn.dll", // Unknown.
- L"activedetect32.dll", // Lenovo One Key Theater.
- // See crbug.com/379218.
+ L"systemk.dll", // Unknown (suspected adware).
L"windowsapihookdll32.dll", // Lenovo One Key Theater.
- L"activedetect64.dll", // Lenovo One Key Theater.
+ // See crbug.com/379218.
L"windowsapihookdll64.dll", // Lenovo One Key Theater.
// Keep this null pointer here to mark the end of the list.
NULL,