commit | 0485b4c9d1d4e5a637955572738e1d4c8f4147ec | [log] [tgz] |
---|---|---|
author | Sebastien Lalancette <seblalancette@chromium.org> | Fri Jun 10 14:56:40 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 10 14:56:40 2022 |
tree | db596d4869b8c2c306d81ad706f1e01e0eab3750 | |
parent | 001400e0f53dbcf9883f329253893154c80727a4 [diff] |
[NewEV] Collect Antivirus Signal from WMI Adds a function to WmiClient which can be used to query information from WMI about antivirus software installed on the current device. It goes through an undocument source in WMI. For that reason, this function is meant to be used on Win7 as a fallback to not being able to use WSC (the documented approach available on Win8+). Bug: b:231743012 Change-Id: I3c61e296e3fd56b500b9a85855f1fa5f14f884ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3649357 Reviewed-by: Roger Tawa <rogerta@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/main@{#1012945}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.