# 安装器报毒问题

> **1.针对安装器被杀毒杀 或者杀毒说有病毒，纯属是误报，安装器是用易语言写的，易语言写的 不管有没有内容 都会被杀毒说有毒。不信可百度查证，或者自己下载易语言写个啥也没得文件编译出来测试**

**如不放心安装器有以下解决方案**

{% hint style="success" %} <mark style="color:green;">**1.自行前往各大辅助注册激活的网站 使用官网的注入器（无教程 自己摸索 ）**</mark>

<mark style="color:green;">**此操作极其麻烦 适合有动手能力的**</mark>

<mark style="color:green;">**2.把安装器单独新建一个文件夹 解压到这个文件夹。然后把该文件夹或者安装器加入你的杀毒软件的信任区白名单（怎么加白名单信任区自己百度）此方法最合适 推荐**</mark>

<mark style="color:green;">**3.用的时候解压一次，安装器单独放一个文件夹 解压到当前文件夹，此文件里只有安装器压缩包，用的时候解压出来下。不用就删  （此方法适合怕这怕那的玩家）**</mark>
{% endhint %}

> **2.为什么会报蠕虫病毒？**

**因为安装器需要连接服务器，任何易语言写的软件和服务器做数据交换时候 都会生成一个专门做数据交换的文件A，A和服务器得到数据 反馈给安装器，相当于一个中介。如果这个时候生成的A被杀毒杀了，那安装器就继续会生成A，又被杀又生成A，无限循环，生成的同时 他以为B是A，就会把B当成A 做交换。导致有的文件可能会被“感染”从而会被判定为“蠕虫”解决这个问题的方式就是 不要让杀毒把A 杀了。**

{% hint style="info" %} <mark style="color:blue;">**1.用的时候解压出来 退下杀毒 然后再开**</mark>&#x20;

<mark style="color:blue;">**2.杀毒加白名单信任区**</mark>
{% endhint %}

**这种操作不止易语言写的也有。C++ Java写的也有。比如耳熟能详的360解压，你第一次安装时候也会出现这个东西，用于检查更新。只不过是正规公司做了免杀，杀毒没有干掉他 所以才不会出现这个情况。**

{% hint style="danger" %} <mark style="color:red;">**最后 麻烦说有病毒的自己动脑子吧，这都2022年了 还病毒，真当2008年呢。真的病毒杀毒软件根本防不住，直接免杀的。怎么可能让杀毒软件知道自己是病毒？这不是相当于告诉别人 我来搞你电脑了，你快把我挡了？动动脑子。哪个辅助不得退一下杀毒软件呢？？**</mark>
{% endhint %}

> **开挂还开杀毒？嫖娼还带PC？**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hzz.im/misc/launcher/virus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
