From f24bd340e20c37754593e420909dc45e74fed5fb Mon Sep 17 00:00:00 2001 From: stavroskasidis Date: Fri, 4 Feb 2022 14:55:08 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 740e07e..bdf86bc 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,15 @@ [![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/BlazorWasmAntivirusProtection.svg?logo=nuget)](https://www.nuget.org/packages/BlazorWasmAntivirusProtection) [![Nuget](https://img.shields.io/nuget/dt/BlazorWasmAntivirusProtection.svg?logo=nuget)](https://www.nuget.org/packages/BlazorWasmAntivirusProtection) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=7CRGWPYB5AKJQ¤cy_code=EUR&source=url) This package attempts to guard against false positives from antiviruses that flag Blazor Wasm as malware, until Microsoft gives us an official solution. -This is a work in progress and success is not guaranteed. +This is a work in progress and success is not guaranteed. ⚠️USE AT YOUR OWN RISK⚠️ +## Confirmed success against: +1. BitDefender Total Security (v26.0.10.45) + +> *If you have used this package and helped you bypass any false positives from other security software, please create an issue reporting it so it can be added to this list* + ## What does this package do ? This package injects some custom MSBuild tasks that do the following: 1. Changes the MZ header of all client .dlls to BZ, a custom header, so that firewalls and antiviruses don't see them as executables. (more info [here](https://en.wikipedia.org/wiki/DOS_MZ_executable))