1. ホーム
  2. windows

[解決済み] Ahkファイルから.exeを生成すると、Heur.AdvML.Bが表示される。

2022-03-04 07:50:02

質問

ahkプロジェクトファイルからexeファイルを生成しようとしています。私は Ahk2Exe v1.1.30.03_Beta_9 .

ブラウザのファイル選択ダイアログウィンドウにファイルパスを貼り付ける。

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#Persistent

SetTimer, test, 500
return

test:

IfWinExist, Open
{
    WinActivate  ; Automatically uses the window found above.
    WinMaximize  ; same
    Send, ^v .{Enter}
    return
}

Symantec Endpoint Protectionは、以下の理由でアクセスをブロックしています。

<ブロッククオート

スキャンの種類 オートプロテクトスキャンイベント。セキュリティ リスクが見つかりました! セキュリティリスク が検出されました。Heur.AdvML.B

解決方法は?

ahk2exe pre-releaseをお使いなんですね;)

あなたのシステムが侵害されていない限り、これは誤検出である可能性が非常に高いです。 再ダウンロードして、もう一度コンパイルしてみてはいかがでしょうか。

とはいえ、AutoHotkeyの誤検出については、以下のドキュメントを参照してください。