儲存庫 vbox 的更動 60521
- 時間撮記:
- 2016-4-15 下午12:52:48 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r60480 r60521 368 368 /** Digital guardian. */ 369 369 #define SUPHARDNT_ADVERSARY_DIGITAL_GUARDIAN RT_BIT_32(13) 370 /** Cylance protect or something (from googling, no available sample copy ). */ 371 #define SUPHARDNT_CYLANCE RT_BIT_32(14) 370 372 /** Unknown adversary detected while waiting on child. */ 371 373 #define SUPHARDNT_ADVERSARY_UNKNOWN RT_BIT_32(31) … … 5215 5217 5216 5218 /*{ SUPHARDNT_ADVERSARY_COMODO, "cmdguard" }, file system */ 5217 { SUPHARDNT_ADVERSARY_COMODO, "inspect" }, 5218 { SUPHARDNT_ADVERSARY_COMODO, "cmdHlp" }, 5219 5220 { SUPHARDNT_ADVERSARY_DIGITAL_GUARDIAN, "dgmaster" }, /* Not verified. */ 5219 { SUPHARDNT_ADVERSARY_COMODO, "inspect" }, 5220 { SUPHARDNT_ADVERSARY_COMODO, "cmdHlp" }, 5221 5222 { SUPHARDNT_ADVERSARY_DIGITAL_GUARDIAN, "dgmaster" }, /* Not verified. */ 5223 5224 { SUPHARDNT_CYLANCE, "cyprotectdrv" }, /* Not verified. */ 5221 5225 }; 5222 5226 … … 5333 5337 5334 5338 { SUPHARDNT_ADVERSARY_DIGITAL_GUARDIAN, L"\\SystemRoot\\System32\\drivers\\dgmaster.sys" }, 5339 5340 { SUPHARDNT_CYLANCE, L"\\SystemRoot\\System32\\drivers\\cyprotectdrv32.sys" }, 5341 { SUPHARDNT_CYLANCE, L"\\SystemRoot\\System32\\drivers\\cyprotectdrv64.sys" }, 5335 5342 }; 5336 5343
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器