瑞星卡卡安全论坛

首页 » 个人产品讨论区 » 瑞星杀毒软件 » 瑞星杀毒软件2011 » 老是乱杀啊!!!
Enix - 2013-12-26 9:12:00
把我刚编译的文件都杀了,我晕!!!
C:\Users\t\Documents\Visual Studio 2010\Projects\ConsoleApplication2\ConsoleApplication2\bin\Debug

相关进程 C:\Windows\SysWOW64\cmd.exe

源代码如下:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;

namespace ConsoleApplication2
{
  class Program
  {
      static void Main(string[] args)
      {
        string xml = @"<xml><ToUserName><![CDATA[gh_a41b890e4]]></ToUserName>
<FromUserName><![CDATA[oa3yYjsXcDwDSx84984dUG4hmg]]></FromUserName>
<CreateTime>1387962194</CreateTime>
<MsgType><![CDATA[text]]></MsgType>
<Content><![CDATA[jzjd]]></Content>
<MsgId>5961252231324420502</MsgId>
</xml>";

        XmlDocument document = new XmlDocument();
        document.LoadXml(xml);

        XmlNodeList list = document.GetElementsByTagName("xml");

        if (list[0]["aaaa"] == null)
        {
            Console.WriteLine("null");
        }

        Console.WriteLine("{0} - {1}", list[0]["FromUserName"].Name, list[0]["FromUserName"].InnerText);
      }
  }
}

赶紧修复下,我开发都不能搞了,太差了


用户系统信息:Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
networkedition - 2013-12-26 9:14:00
请lz将报毒文件压缩跟帖上传。
Enix - 2013-12-26 9:24:00
附件

附件: ConsoleApplication2.zip
networkedition - 2013-12-26 9:26:00
样本已收集。
networkedition - 2013-12-26 9:35:00
V16+最新版已不报毒。
Enix - 2013-12-26 10:37:00
哦,那我升级下,谢谢
Enix - 2013-12-26 10:38:00
装了v16还要装防火墙吗?

瑞星现在有和多合一的产品没?
瑞星工程师12 - 2013-12-26 10:48:00
暂时没有多合一产品,建议您也安装瑞星个人防火墙V16,下载地址:http://pc.rising.com.cn/rfw/V16.html
欢迎您提出改进建议!
1
查看完整版本: 老是乱杀啊!!!