Changeset 60767 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Apr 29, 2016 2:59:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r60733 r60767 372 372 /** BeyondTrust / PowerBroker / something (googling, no available sample copy). */ 373 373 #define SUPHARDNT_ADVERSARY_BEYONDTRUST RT_BIT_32(15) 374 /** Avecto / Defendpoint / Privilege Guard (details from support guy, hoping to get sample copy). */ 375 #define SUPHARDNT_ADVERSARY_AVECTO RT_BIT_32(16) 374 376 /** Unknown adversary detected while waiting on child. */ 375 377 #define SUPHARDNT_ADVERSARY_UNKNOWN RT_BIT_32(31) … … 5227 5229 5228 5230 { SUPHARDNT_ADVERSARY_BEYONDTRUST, "privman" }, /* Not verified. */ 5231 5232 { SUPHARDNT_ADVERSARY_AVECTO, "pgdriver" }, /* Not verified. */ 5229 5233 }; 5230 5234 … … 5348 5352 { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman64.dll" }, 5349 5353 { SUPHARDNT_ADVERSARY_BEYONDTRUST, L"\\SystemRoot\\System32\\privman32.dll" }, 5354 5355 { SUPHARDNT_ADVERSARY_AVECTO, L"\\SystemRoot\\System32\\drivers\\PGDriver.sys" }, 5350 5356 }; 5351 5357
Note:
See TracChangeset
for help on using the changeset viewer.