Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtworek authored Nov 13, 2019
1 parent 72cd2d3 commit 9da15f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinDefend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ It looks like realtime scanning by Windows Defender depends on the executable fi
Here you can prove it:
1. Copy the provided getfile.cs file to your machine.
2. Compile it with `C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /out:getfile.exe getfile.cs`
3. Try to run resulting .exe and observe that eicar.com test file is immediately detected and then quarantined.
3. Try to run resulting .exe and observe that eicar.com test file is downloaded and then immediately detected and quarantined.
4. Compile the same source providing different output file name: `C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /out:msiexec.exe getfile.cs`
5. Launch msiexec.exe you have just created and observe eicar.com staying undetected.

0 comments on commit 9da15f1

Please sign in to comment.