差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:avast [2020/09/06 16:15] – ともやん | windows:avast [2021/12/22 14:00] (現在) – [Avast Software Analyzer が高負荷な場合] ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 250px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #mintbl table { | ||
| - | font-size: 12px; | ||
| - | } | ||
| - | #mintbl th { | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | .wrap_minfont { | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | .dokuwiki .plugin_wrap table { | ||
| - | width: auto; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== Avast Free Antivirus - 無料のセキュリティ対策ソフト ====== | ====== Avast Free Antivirus - 無料のセキュリティ対策ソフト ====== | ||
| 本家: [[https:// | 本家: [[https:// | ||
| 行 46: | 行 12: | ||
| 過去には誤認識の問題もあったが最近は安定していると思う。(個人的に...) [[https:// | 過去には誤認識の問題もあったが最近は安定していると思う。(個人的に...) [[https:// | ||
| \\ | \\ | ||
| - | {{:windows: | + | {{windows: |
| ===== 怪しいファイルが検出されたら... ===== | ===== 怪しいファイルが検出されたら... ===== | ||
| 行 53: | 行 19: | ||
| VirusTotal のページで **Choose file** をクリックする。\\ | VirusTotal のページで **Choose file** をクリックする。\\ | ||
| - | {{:windows: | + | {{windows: |
| ブラウザでアップロードする怪しいファイルを選択する。\\ | ブラウザでアップロードする怪しいファイルを選択する。\\ | ||
| - | {{:windows: | + | {{windows: |
| 誤検出の場合は、以下のように複数エンジンで検査してもウイルスは検出されない。\\ | 誤検出の場合は、以下のように複数エンジンで検査してもウイルスは検出されない。\\ | ||
| 行 241: | 行 207: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ===== トラブルシューティング ===== | ||
| + | |||
| + | ==== Avast Software Analyzer が高負荷な場合 ==== | ||
| + | {{windows: | ||
| + | {{windows: | ||
| + | Avast を最新の状態に更新してみると改善されることがある🤤\\ | ||
| ===== Avast Software の AVG Technologies 買収 ===== | ===== Avast Software の AVG Technologies 買収 ===== | ||
| 行 289: | 行 262: | ||
| > cmake --build . --config Release --target install | > cmake --build . --config Release --target install | ||
| </ | </ | ||
| + | |||
| + | === CMake Error at ... Could NOT find OpenSSL が発生する場合 === | ||
| + | <WRAP prewrap 100% # | ||
| + | < | ||
| + | > cmake .. -DCMAKE_INSTALL_PREFIX=" | ||
| + | -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.18363. | ||
| + | -- The C compiler identification is MSVC 19.27.29111.0 | ||
| + | -- The CXX compiler identification is MSVC 19.27.29111.0 | ||
| + | -- Check for working C compiler: C:/Program Files (x86)/ | ||
| + | -- Check for working C compiler: C:/Program Files (x86)/ | ||
| + | -- Detecting C compiler ABI info | ||
| + | -- Detecting C compiler ABI info - done | ||
| + | -- Detecting C compile features | ||
| + | -- Detecting C compile features - done | ||
| + | -- Check for working CXX compiler: C:/Program Files (x86)/ | ||
| + | -- Check for working CXX compiler: C:/Program Files (x86)/ | ||
| + | -- Detecting CXX compiler ABI info | ||
| + | -- Detecting CXX compiler ABI info - done | ||
| + | -- Detecting CXX compile features | ||
| + | -- Detecting CXX compile features - done | ||
| + | -- Setting build type to ' | ||
| + | -- Found PythonInterp: | ||
| + | -- Capstone: using remote Capstone revision. | ||
| + | -- Looking for pthread.h | ||
| + | -- Looking for pthread.h - not found | ||
| + | -- Found Threads: TRUE | ||
| + | -- LLVM: using remote LLVM revision. | ||
| + | -- YARA: using remote YARA revision. | ||
| + | -- YaraMod: using remote YaraMod revision. | ||
| + | CMake Error at C:/Program Files (x86)/ | ||
| + | Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the | ||
| + | system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY | ||
| + | OPENSSL_INCLUDE_DIR) (Required is at least version " | ||
| + | Call Stack (most recent call first): | ||
| + | C:/Program Files (x86)/ | ||
| + | C:/Program Files (x86)/ | ||
| + | src/ | ||
| + | |||
| + | |||
| + | -- Configuring incomplete, errors occurred! | ||
| + | See also " | ||
| + | See also " | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | **RetDec** のビルド要件にあるように **OpenSSL** ライブラリが必要である。[[windows: | ||
| + | |||
| === error MSB6006 が発生する場合 === | === error MSB6006 が発生する場合 === | ||
| 行 1778: | 行 1798: | ||
| [[https:// | [[https:// | ||
| </ | </ | ||
| - | <WRAP left> | + | <WRAP left minfont> |
| [[https:// | [[https:// | ||
| {{: | {{: | ||
| [[https:// | [[https:// | ||
| </ | </ | ||
| - | <WRAP left> | + | <WRAP left minfont> |
| [[http:// | [[http:// | ||
| {{: | {{: | ||