VirtualBox

Changeset 52906 in vbox


Ignore:
Timestamp:
Sep 30, 2014 7:14:27 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96337
Message:

SUP: detect ZoneAlarm installs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r52875 r52906  
    243243/** McAfee.  */
    244244#define SUPHARDNT_ADVERSARY_MCAFEE                  RT_BIT_32(4)
    245 /** Kaspersky.  */
     245/** Kaspersky or OEMs of it.  */
    246246#define SUPHARDNT_ADVERSARY_KASPERSKY               RT_BIT_32(5)
    247247/** Malwarebytes Anti-Malware (MBAM). */
     
    255255/** Comodo. */
    256256#define SUPHARDNT_ADVERSARY_COMODO                  RT_BIT_32(10)
     257/** Check Point's Zone Alarm (may include Kaspersky).  */
     258#define SUPHARDNT_ADVERSARY_ZONE_ALARM              RT_BIT_32(11)
    257259/** Unknown adversary detected while waiting on child. */
    258260#define SUPHARDNT_ADVERSARY_UNKNOWN                 RT_BIT_32(31)
     
    49724974        { SUPHARDNT_ADVERSARY_COMODO, L"\\SystemRoot\\System32\\cmdkbd64.dll" },
    49734975        { SUPHARDNT_ADVERSARY_COMODO, L"\\SystemRoot\\System32\\cmdcsr.dll" },
     4976
     4977        { SUPHARDNT_ADVERSARY_ZONE_ALARM, L"\\SystemRoot\\System32\\drivers\\vsdatant.sys" },
     4978        { SUPHARDNT_ADVERSARY_ZONE_ALARM, L"\\SystemRoot\\System32\\AntiTheftCredentialProvider.dll" },
    49744979    };
    49754980
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette