0

我使用 VS 2019 16.6.0 并使用以下设置在发布配置中构建我的项目:

VS 2019 高级构建设置

我的结果二进制文件将被识别为 Trojan:MSIL/Fareit.VM!MTB:

木马:MSIL/Fareit.VM!MTB

Get-MpComputerStatus在 PowerShell 中执行:

AMEngineVersion                 : 1.1.17100.2
AMProductVersion                : 4.18.2004.6
AMServiceEnabled                : True
AMServiceVersion                : 4.18.2004.6
AntispywareEnabled              : True
AntispywareSignatureAge         : 0
AntispywareSignatureLastUpdated : 29.05.2020 16:06:44
AntispywareSignatureVersion     : 1.317.207.0
AntivirusEnabled                : True
AntivirusSignatureAge           : 0
AntivirusSignatureLastUpdated   : 29.05.2020 16:06:44
AntivirusSignatureVersion       : 1.317.207.0
BehaviorMonitorEnabled          : True
ComputerID                      : AFCC7D96-94CF-402C-BC3E-9ECE1640D1A0
ComputerState                   : 0
FullScanAge                     : 4294967295
FullScanEndTime                 :
FullScanStartTime               :
IoavProtectionEnabled           : True
IsTamperProtected               : True
IsVirtualMachine                : False
LastFullScanSource              : 0
LastQuickScanSource             : 2
NISEnabled                      : True
NISEngineVersion                : 1.1.17100.2
NISSignatureAge                 : 0
NISSignatureLastUpdated         : 29.05.2020 16:06:44
NISSignatureVersion             : 1.317.207.0
OnAccessProtectionEnabled       : True
QuickScanAge                    : 6
QuickScanEndTime                : 23.05.2020 14:27:29
QuickScanStartTime              : 23.05.2020 14:25:44
RealTimeProtectionEnabled       : True
RealTimeScanDirection           : 0
PSComputerName                  :
4

1 回答 1

0

将调试信息设置为嵌入式可以解决它

Visual Studio 高级构建设置调试信息

于 2020-05-30T10:22:05.797 回答