
virus · GitHub Topics · GitHub
2025年1月19日 · The MTHR7H virus is a malicious software developed in C# designed to disrupt normal operations on infected devices. Once activated, it manipulates files, consumes system resources, and can lead to significant data loss and performance issues. Intended for educational purposes, this virus highlights the risks associated with running unverified softw
.net - My C# program is detected as a virus? - Stack Overflow
2016年12月4日 · I have created a C# program and I recently noticed that when I merge my referenced .dlls into one executable .exe file using IL Merge, my Anti Virus (Avast) immediately deletes it and says that it'...
问 我的C#程序被检测为病毒? - 腾讯云
2016年12月4日 · 我创建了一个C#程序,最近我注意到,当我使用IL Merge将引用的.dlls合并到一个可执行的.exe文件中时,我的反病毒软件(Avast)会立即删除它,并说它是病毒。
问 哪些特性导致我的C#应用程序被检测为病毒? - 腾讯云
2017年4月28日 · 我让它使用system.net下载直接执行文件,在许多防病毒和恶意软件程序下,它会检测到它是一种病毒。 简单的解决方案是将exe放到zip中并以这种方式下载。 页面原文内容由 Stack Overflow 提供。 腾讯云小微IT领域专用引擎提供翻译支持. 我开发了一个应用程序,它做了以下工作: (使用System.IO)创建、修改和删除文件 (使用DotNetZip)解压缩下载的zip文件 (使用System.Net)从私有服务器下载文件 (使用System.Reflection)将嵌入的dll和exe文件解压缩到应 …
Anti Virus Scanner for .NET (and COM) - GitHub
This library allows you to scan files for viruses by any .NET languages (C#, F#, VB...), PowerShell, F# Script, WSH (JScript, VBScript), and any COM IDispatch client. From Package Manager Console, or dotnet CLI.
如何使用C#中的VirusTotal.NET库检查文件是否被病毒感染?-腾讯 …
2019年1月13日 · VirusTotal实际上会返回多个扫描引擎的结果,其中一些可能会检测到病毒,另一些可能不会。 Console.WriteLine($ "{report.Positives} out of {report.Total} scan engines detected a virus."); Console.WriteLine($ "{result}% of scan engines detected a virus."); 页面原文内容由 Stack Overflow 提供。 腾讯云小微IT领域专用引擎提供翻译支持. 我目前在我的C# MVC项目中使用VirusTotal.NET nuget包来扫描上传的文件。
A Windows malware program made in C# WinForms - GitHub
A Windows malware program made in C# WinForms. Contribute to kristheredpanda/furryvirus development by creating an account on GitHub.
C# Program False Positive Virus Detection - Microsoft Q&A
2021年1月27日 · Code should be seen as safe before to be signed (should be a pre-requisite) to avoid signing code with malware embeded. And you may click as Software developer and follow steps there. So I’ve been working on a c# program that downloads, unzips, deletes and checks some files that are used to launch some of my other applications.
c# - .NET virus scanning API - Stack Overflow
2009年6月10日 · From my experience you can use COM for interfacing with some anti-virus software. But what I would suggest is a bit easier, just parse scan results after scanning. All you need to do is to start the scanner process and point it to file/folder you want to scan, store scan results into file or redirect stdout to your application and parse results.
.net - C# application detected as a virus - Stack Overflow
2009年2月13日 · When I tried to install it on my parent's laptop, their antivirus (the free Avast Home Edition) set off an alarm and accused my setup.exe of being a Trojan. Does anyone have any idea why this would be happening and how I can fix it?
- 某些结果已被删除