Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stavroskasidis authored Mar 30, 2022
1 parent 5610909 commit 8c6f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package attempts to guard against false positives from antiviruses that fla
## What does this package do ?
This package injects some custom MSBuild tasks that do the following during publishing:
1. Obfuscates the all client assemblies so that firewalls and antiviruses don't see them as executables. Two obfuscation methods are supported:
1. Obfuscates all client assemblies so that firewalls and antiviruses don't see them as executables. Obfuscation methods supported:
* Using a key to XOR all client assemblies (**default**).
* **OR**
* Changing the MZ header of all client assemblies to BZ, a custom header (more info [here](https://en.wikipedia.org/wiki/DOS_MZ_executable))
Expand Down

0 comments on commit 8c6f6e3

Please sign in to comment.