Skip to content

Commit

Permalink
Add V-bates to Chrome's Browser's blacklist
Browse files Browse the repository at this point in the history
BUG=399744

Review URL: https://codereview.chromium.org/440663004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287546 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
csharp@chromium.org committed Aug 5, 2014
1 parent 9538c88 commit f8c79e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome_elf/blacklist/blacklist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
L"cplushook.dll", // Unknown (suspected malware).
L"datamngr.dll", // Unknown (suspected adware).
L"hk.dll", // Unknown (keystroke logger).
L"libapi2hook.dll", // V-Bates.
L"libinject.dll", // V-Bates.
L"libinject2.dll", // V-Bates.
L"libredir2.dll", // V-Bates.
L"libsvn_tsvn32.dll", // TortoiseSVN.
L"libwinhook.dll", // V-Bates.
L"lmrn.dll", // Unknown.
L"minisp.dll", // Unknown (suspected malware).
L"scdetour.dll", // Quick Heal Antivirus.
Expand Down
5 changes: 5 additions & 0 deletions tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37411,18 +37411,23 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<!-- Generated by chrome_elf/dll_hash/dll_hash_main.cc -->

<int value="141490347" label="minisp.dll"/>
<int value="231333778" label="libapi2hook.dll"/>
<int value="272828651" label="activedetect64.dll"/>
<int value="295718620" label="cespy.dll"/>
<int value="447643466" label="libinject.dll"/>
<int value="750761702" label="systemk.dll"/>
<int value="777975221" label="activedetect32.dll"/>
<int value="803283353" label="lmrn.dll"/>
<int value="839518885" label="libinject2.dll"/>
<int value="989714890" label="datamngr.dll"/>
<int value="1114335935" label="libredir2.dll"/>
<int value="1120295191" label="windowsapihookdll64.dll"/>
<int value="1148809156" label="chrmxtn.dll"/>
<int value="1270622879" label="hk.dll"/>
<int value="1409376135" label="windowsapihookdll32.dll"/>
<int value="1736709911" label="bitguard.dll"/>
<int value="1996673448" label="scdetour.dll"/>
<int value="2060768492" label="libwinhook.dll"/>
<int value="2117903235" label="cplushook.dll"/>
<int value="2132270559" label="libsvn_tsvn32.dll"/>
</enum>
Expand Down

0 comments on commit f8c79e6

Please sign in to comment.