diff --git a/windows/browsers.json b/windows/browsers.json index f765f8c..5b034a0 100644 --- a/windows/browsers.json +++ b/windows/browsers.json @@ -82,7 +82,16 @@ "safari.exe", "webkit2webprocess.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Apple Inc.\\Safari" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Safari\\Safari.exe" + } + ] }, { "name": "Opera", @@ -206,7 +215,16 @@ "executable_names": [ "Avira-Scout.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Avira" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Avira" + } + ] }, { "name": "Netscape Navigator", @@ -214,7 +232,16 @@ "executable_names": [ "netscape.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Netscape\\Netscape Navigator" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Netscape\\Navigator\\netscape.exe" + } + ] }, { "name": "Flock", @@ -222,7 +249,16 @@ "executable_names": [ "flock.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Flock" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Flock\\flock.exe" + } + ] }, { "name": "SRWare Iron", @@ -231,7 +267,16 @@ "chrome.exe", "iron.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\SRWare Iron" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\SRWare Iron\\Application\\iron.exe" + } + ] }, { "name": "Lunascape", @@ -239,7 +284,16 @@ "executable_names": [ "lunascape.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Lunascape" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Lunascape\\Lunascape.exe" + } + ] }, { "name": "K-Meleon", @@ -261,7 +315,16 @@ "executable_names": [ "greenbrowser.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\GreenBrowser" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\GreenBrowser\\GreenBrowser.exe" + } + ] }, { "name": "Orca", @@ -269,7 +332,12 @@ "executable_names": [ "orca.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Orca\\orca.exe" + } + ] }, { "name": "MyIE", @@ -277,7 +345,16 @@ "executable_names": [ "myie.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\MyIE" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\MyIE\\myie.exe" + } + ] }, { "name": "Comodo Dragon", @@ -285,7 +362,16 @@ "executable_names": [ "dragon.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\ComodoGroup\\Dragon" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Comodo\\Dragon\\Application\\dragon.exe" + } + ] }, { "name": "Chromodo", @@ -293,7 +379,16 @@ "executable_names": [ "chromodo.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\ComodoGroup\\Chromodo" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Chromodo\\Application\\chromodo.exe" + } + ] }, { "name": "SeaMonkey", @@ -301,7 +396,16 @@ "executable_names": [ "seamonkey.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\SeaMonkey" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\SeaMonkey\\seamonkey.exe" + } + ] }, { "name": "Pale Moon", @@ -334,7 +438,16 @@ "webkit.exe", "gecko.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Avant Browser" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Avant Browser\\avant.exe" + } + ] }, { "name": "Nichrome", @@ -342,7 +455,12 @@ "executable_names": [ "nichrome.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Nichrome\\Application\\nichrome.exe" + } + ] }, { "name": "FlashPeak SlimBrowser", @@ -350,7 +468,16 @@ "executable_names": [ "SBRender.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\SlimBrowser" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\SlimBrowser\\SBRender.exe" + } + ] }, { "name": "Waterfox", @@ -371,7 +498,16 @@ "executable_names": [ "sleipnir_engine_cv.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Fenrir Inc\\Sleipnir" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Fenrir Inc\\Sleipnir\\sleipnir_engine_cv.exe" + } + ] }, { "name": "QtWeb Internet Browser", @@ -379,7 +515,12 @@ "executable_names": [ "QtWeb.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\QtWeb\\QtWeb.exe" + } + ] }, { "name": "Comodo IceDragon", @@ -387,7 +528,16 @@ "executable_names": [ "icedragon.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\ComodoGroup\\IceDragon" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Comodo\\IceDragon\\icedragon.exe" + } + ] }, { "name": "CyberFox Browser", @@ -408,7 +558,12 @@ "executable_names": [ "tor.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Tor\\tor.exe" + } + ] }, { "name": "Tor Browser", @@ -417,7 +572,16 @@ "tbb-firefox.exe", "firefox.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%USERPROFILE%\\Desktop\\Tor Browser\\Browser\\firefox.exe" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Tor Browser\\Browser\\firefox.exe" + } + ] }, { "name": "Amigo", @@ -425,7 +589,16 @@ "executable_names": [ "amigo.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Amigo" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Amigo\\Application\\amigo.exe" + } + ] }, { "name": "Superbird", @@ -433,7 +606,12 @@ "executable_names": [ "superbird.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Superbird\\Application\\superbird.exe" + } + ] }, { "name": "360Browser", @@ -441,7 +619,16 @@ "executable_names": [ "360browser.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\360" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\360\\360Browser\\360browser.exe" + } + ] }, { "name": "Maxthon Nitro", @@ -449,7 +636,12 @@ "executable_names": [ "MxNitro.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Maxthon\\MxNitro\\MxNitro.exe" + } + ] }, { "name": "Vivaldi", @@ -529,7 +721,16 @@ "executable_names": [ "iridium.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Iridium" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Iridium\\Application\\iridium.exe" + } + ] }, { "name": "Slimjet", @@ -537,7 +738,16 @@ "executable_names": [ "slimjet.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Slimjet" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Slimjet\\Application\\slimjet.exe" + } + ] }, { "name": "7 Star Browser", @@ -545,7 +755,12 @@ "executable_names": [ "7chrome.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\7Star\\7Star\\Application\\7chrome.exe" + } + ] }, { "name": "360 Chrome", @@ -553,7 +768,16 @@ "executable_names": [ "360chrome.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\360Chrome" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\360Chrome\\Chrome\\Application\\360chrome.exe" + } + ] }, { "name": "UC Browser", @@ -561,7 +785,16 @@ "executable_names": [ "UCBrowser.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\UCBrowser" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\UCBrowser\\Application\\UCBrowser.exe" + } + ] }, { "name": "Midori", @@ -613,7 +846,16 @@ "executable_names": [ "otter-browser.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Otter Browser" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Otter Browser\\otter-browser.exe" + } + ] }, { "name": "AOL Shield", @@ -621,7 +863,12 @@ "executable_names": [ "AOLShield.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\AOL Shield\\Application\\AOLShield.exe" + } + ] }, { "name": "Telekom-Browser 7.0", @@ -668,7 +915,12 @@ "executable_names": [ "Hal.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\HAL\\Application\\Hal.exe" + } + ] }, { "name": "Salam Browser", @@ -919,7 +1171,12 @@ "executable_names": [ "iceweasel.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\IceWeasel\\iceweasel.exe" + } + ] }, { "name": "Helium", diff --git a/windows/http_filtering_exclusions_apps.json b/windows/http_filtering_exclusions_apps.json index d35c024..68e541b 100644 --- a/windows/http_filtering_exclusions_apps.json +++ b/windows/http_filtering_exclusions_apps.json @@ -4,7 +4,16 @@ "executable_names": [ "Discord.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Discord" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Discord\\Update.exe" + } + ], "private_issue_id": "AG-43457", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5524" }, @@ -13,7 +22,12 @@ "executable_names": [ "atom.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\atom\\atom.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/2988" }, { @@ -21,7 +35,16 @@ "executable_names": [ "upc.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Uplay" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Uplay" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611", "private_issue_id": "AG-45307" } diff --git a/windows/https_filtering_apps.json b/windows/https_filtering_apps.json index 25b7b0f..07d953d 100644 --- a/windows/https_filtering_apps.json +++ b/windows/https_filtering_apps.json @@ -104,7 +104,12 @@ "Microsoft.Msn.News.exe", "Microsoft.Msn.Sports.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CLASSES_ROOT\\Local Settings\\Software\\Microsoft\\Windows\\CurrentVersion\\AppModel\\PackageRepository\\Extensions\\windows.protocol\\msnfinance" + } + ] }, { "name": "RSSOwl", @@ -135,42 +140,76 @@ "executable_names": [ "TWC.WindowsUniversal.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Packages\\TheWeatherChannel.TheWeatherChannelforWindows10_5pcz9bfxs58p2" + } + ] }, { "name": "Microsoft Solitaire Collection", "executable_names": [ "Solitaire.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\Local Settings\\Software\\Microsoft\\Windows\\CurrentVersion\\AppModel\\PackageRepository\\Extensions\\windows.protocol\\microsoftsolitairecollection" + } + ] }, { "name": "Microsoft Mahjong", "executable_names": [ "Mahjong.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Packages\\Microsoft.MicrosoftMahjong_8wekyb3d8bbwe" + } + ] }, { "name": "freda epub ebook reader", "executable_names": [ "Freda_W10.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Packages\\Freda_4gxnv7j3xt3jy" + } + ] }, { "name": "Messages for web", "executable_names": [ "Android Messages.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\AnyDesk\\Android Messages.exe" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Programs\\AnyDesk\\Android Messages.exe" + } + ] }, { "name": "EasyMail for Gmail", "executable_names": [ "EasyMailReLaunch.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\Local Settings\\Software\\Microsoft\\Windows\\CurrentVersion\\AppModel\\PackageRepository\\Extensions\\windows.protocol\\easymail" + } + ] }, { "name": "GOM Player", @@ -265,7 +304,12 @@ "Bandizip.exe", "Updater.exe" ], - "installed_conditions": [] + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\bandizip.exe" + } + ] }, { "name": "Viber", diff --git a/windows/route_exclusions_apps.json b/windows/route_exclusions_apps.json index ebb82d0..5adbbf9 100644 --- a/windows/route_exclusions_apps.json +++ b/windows/route_exclusions_apps.json @@ -4,7 +4,16 @@ "executable_names": [ "iTunes.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Apple Inc.\\iTunes" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\iTunes\\iTunes.exe" + } + ], "private_issue_id": "AG-47576" }, { @@ -12,7 +21,16 @@ "executable_names": [ "AppleMusic.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Apple Inc.\\Apple Music" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Apple\\Apple Music\\AppleMusic.exe" + } + ], "private_issue_id": "AG-47576" }, { @@ -20,7 +38,16 @@ "executable_names": [ "iCloudHome.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Apple Inc.\\iCloud" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Common Files\\Apple\\Internet Services\\iCloudHome.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5523", "private_issue_id": "AG-43455" }, @@ -29,7 +56,16 @@ "executable_names": [ "dart.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Pub\\Cache\\bin\\dart.exe" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Dart\\dart-sdk\\bin\\dart.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5553", "private_issue_id": "AG-44280" }, @@ -38,7 +74,16 @@ "executable_names": [ "Windscribe.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Windscribe" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Windscribe\\Windscribe.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611", "private_issue_id": "AG-45307" }, @@ -47,7 +92,16 @@ "executable_names": [ "KakaoTalk.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\KakaoTalk" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Kakao\\KakaoTalk\\KakaoTalk.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { @@ -56,7 +110,16 @@ "logioptionsplus.exe", "logioptionsplus_updater.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Logitech\\LogiOptionsPlus" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\LogiOptionsPlus\\logioptionsplus.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { @@ -64,7 +127,16 @@ "executable_names": [ "nvcontainer.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\NVIDIA Corporation" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\NVIDIA Corporation\\NvContainer\\nvcontainer.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { @@ -72,7 +144,16 @@ "executable_names": [ "NVIDIA app.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\NVIDIA Corporation\\NVIDIA app" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\NVIDIA Corporation\\NVIDIA app\\NVIDIA app.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { @@ -80,7 +161,16 @@ "executable_names": [ "GCC.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\MinGW" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\mingw-w64\\bin\\gcc.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { @@ -88,7 +178,16 @@ "executable_names": [ "MicrosoftEdgeUpdate.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\EdgeUpdate" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Microsoft\\EdgeUpdate\\MicrosoftEdgeUpdate.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { @@ -96,7 +195,16 @@ "executable_names": [ "zenserver.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Zen" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Zen\\zenserver.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5705" }, { @@ -104,7 +212,16 @@ "executable_names": [ "Battle.net.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Blizzard Entertainment\\Battle.net" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Battle.net\\Battle.net.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5721" }, { @@ -112,7 +229,16 @@ "executable_names": [ "devenv.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\VisualStudio" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_USERS\\.DEFAULT\\Software\\Microsoft\\VisualStudio" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5719" }, { @@ -120,7 +246,12 @@ "executable_names": [ "AutoUpdate.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Common Files\\microsoft shared\\ClickToRun\\AutoUpdate.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5773" }, { @@ -128,7 +259,16 @@ "executable_names": [ "VirtualBoxVM.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Oracle\\VirtualBox" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Oracle\\VirtualBox\\VirtualBoxVM.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5764" }, { @@ -140,7 +280,20 @@ "steamwebhelper64.exe", "steamerrorreporter64.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Valve\\Steam" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Steam\\steam.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" }, { @@ -150,7 +303,16 @@ "TslGame_ZK.exe", "ExecPubg.exe" ], - "installed_conditions": [], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 578080" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Steam\\steamapps\\common\\PUBG\\TslGame\\Binaries\\Win64\\TslGame.exe" + } + ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" } ]