mokeyish / smartdns-rs

A cross platform local DNS server (Dnsmasq like) written in rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoQ, DoH, DoH3.
GNU General Public License v3.0
569 stars 39 forks source link

smartdns-x86_64-pc-windows-msvc-v0.8.2火绒报毒 #285

Open dream10201 opened 4 months ago

dream10201 commented 4 months ago

image

同时下载了0.7.2,扫描是没问题的

mokeyish commented 4 months ago

这个版本,增加自更新smartdns update

可自动更新到最新版。windows 进程开启是无法替换自身的,因此用了 windows 的一些 api。可能是这导致的。

这是 windows 依赖的 api 列表。

https://github.com/mitsuhiko/self-replace/blob/35955bd838703792391773aa47d5083eacfd2b10/Cargo.toml#L25


我电脑没火绒,你帮忙下载这个测试一下看看。

https://github.com/jaemk/self_update/releases/tag/v9.9.10

如果一样,就是这个原因了。

mokeyish commented 4 months ago

https://virusscan.jotti.org/zh-CN/filescanjob/jrbfih993y

图片

https://habo.qq.com/file/showdetail?pk=ADcGYV1oB2cIMFs6U2oHYQ%3D%3D

图片

https://www.virustotal.com/gui/file/f180d3350ce99b0f47b9ec4c0c212f7188c7b66f7f276510a2df04c6f11fb20c/detection

图片
zdian commented 4 months ago

我电脑没火绒,你帮忙下载这个测试一下看看。

https://github.com/jaemk/self_update/releases/tag/v9.9.10

如果一样,就是这个原因了。

这个不报毒。

mokeyish commented 4 months ago

在线监测貌似都没问题。

dream10201 commented 4 months ago

https://github.com/jaemk/self_update/releases/tag/v9.9.10 这个没问题

mokeyish commented 4 months ago

这里打包了一个 禁用 self-update 版本。。 @dream10201 帮忙看看,需要确定是哪个部分导致

https://github.com/mokeyish/smartdns-rs/actions/runs/9349854239

dream10201 commented 4 months ago

这里打包了一个 禁用 self-update 版本。。 @dream10201 帮忙看看,需要确定是哪个部分导致

https://github.com/mokeyish/smartdns-rs/actions/runs/9349854239

测试未报毒

mokeyish commented 4 months ago

这里打包了一个 禁用 self-update 版本。。 @dream10201 帮忙看看,需要确定是哪个部分导致 https://github.com/mokeyish/smartdns-rs/actions/runs/9349854239

测试未报毒

@dream10201 那你先用这个不带,自更新的版本。我怀疑是误报,上面几个在线病毒检测网站都正常的。

我再多问一下,是仅仅这个 windows mvsc 报毒?windows gnu 呢?还有其他 linux 包呢。

https://github.com/mokeyish/smartdns-rs/actions/runs/9371664266

这是最新的每日构建版本,带自更新的,你也可以再查一下看看。

mokeyish commented 4 months ago

Screenshot_20240605_121058

你也可以自己 fork 这个项目自行选择需要的功能打包。

zdian commented 4 months ago

这里打包了一个 禁用 self-update 版本。。 @dream10201 帮忙看看,需要确定是哪个部分导致 https://github.com/mokeyish/smartdns-rs/actions/runs/9349854239

测试未报毒

@dream10201 那你先用这个不带,自更新的版本。我怀疑是误报,上面几个在线病毒检测网站都正常的。

我再多问一下,是仅仅这个 windows mvsc 报毒?windows gnu 呢?还有其他 linux 包呢。

https://github.com/mokeyish/smartdns-rs/actions/runs/9371664266

这是最新的每日构建版本,带自更新的,你也可以再查一下看看。

windows的都报,包括gnu、i686。其他都不报

dream10201 commented 4 months ago

每日更新的也报,其它如 @zdian

mokeyish commented 4 months ago

好,我找时间再专门打包几个可疑类库单独依赖。

mokeyish commented 4 months ago

@dream10201 @zdian 你们自行从源码编译看看,我也装了火绒,github 下载的会报毒,同样的代码,在本地编译就没问题。self-update 单独编译没问题。

zdian commented 4 months ago

@dream10201 @zdian 你们自行从源码编译看看,我也装了火绒,github 下载的会报毒,同样的代码,在本地编译就没问题。self-update 单独编译没问题。

确实,自己编译的就没问题

dream10201 commented 3 months ago

是因为交叉编译的问题?本地用linux编译windows呢?