Qt Creator (64-bit)

最新版本 ClamAV 0.104.0

ClamAV 0.104.0

ClamAV 0.104.0
Qt Creator 64 位是面向應用程序開發人員的完整集成開發環境(IDE)!無論您是創建移動應用程序,桌面應用程序還是連接的嵌入式設備,Qt Creator 都是跨平台的 IDE,使應用程序和 UI 開髮變得輕而易舉。由於上市時間至關重要,因此 IDE 包含可加快開發時間的生產力工具。完整的跨平台集成開發環境,可輕鬆創建連接設備,用戶界面和應用程序.

超越代碼設計和創新我們相信,提供滿足並超出最終用戶需求的連接設備,用戶界面和應用程序不僅僅是簡潔的代碼。你不能靠直覺和全面的 API 來生活。我們希望您不僅能夠編碼,還能夠設計和創建。您肯定聽到我們說“代碼少,創造更多”?那麼,這是在哪裡“創造”發揮作用。 Qt Creator 免費下載 Windows PC 的最新版本。 Qt Creator

跨平台 Qt Creator IDE
無論您是在創建移動應用程序,桌面應用程序還是連接的嵌入式設備,Qt Creator 64bit 都是跨平台的 IDE,使得應用程序和 UI 開髮變得輕而易舉。由於上市時間非常關鍵,因此 IDE 包含了可加速開發時間的生產力工具.

工具
創建與最終用戶交流的視覺吸引力。這個集成的 UI 設計工具可幫助您使用 Qt Widget 和 Qt Designer 設計 UI,並使用 Qt Quick Designer 設計流暢的動畫 UI.

不遺漏代碼:

複雜的代碼編輯器
支持編輯 C ++ 和 QML 上下文相關的幫助,代碼完成,導航等等.

版本控制
集成最流行的版本控制系統

Project& 生成管理
生成所有必要的文件,包括支持導入現有項目或從頭開始創建一個.

Desktop 到嵌入式
Multiscreen 和多平台支持快速切換構建目標.

ScreenShot

軟體資訊
檔案版本 ClamAV 0.104.0

檔案名稱 clamav-0.104.0.win.win32.msi
檔案大小
系統 Windows Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 The Qt Company
官網 https://www.qt.io/ide/
更新日期 2021-10-31
更新日誌

What's new in this version:

New Requirements:
- As of ClamAV 0.104, CMake is required to build ClamAV
- We have added comprehensive build instructions for using CMake to the new INSTALL.md file. The online documentation will also be updated to include CMake build instructions.
- The Autotools and the Visual Studio build systems have been removed

Major changes:
- The built-in LLVM for the bytecode runtime has been removed
- The bytecode interpreter is the default runtime for bytecode signatures just as it was in ClamAV 0.103
- We hoped to add support for newer versions of LLVM, but ran out of time. If you're building ClamAV from source and you wish to use LLVM instead of the bytecode interpreter, you will need to supply the development libraries for LLVM version 3.6.2. See the "bytecode runtime" section in INSTALL.md to learn more.
- There are now official ClamAV images on Docker Hub

Docker Hub ClamAV tags:
- clamav/clamav:<version>: A release preloaded with signature databases
- Using this container will save the ClamAV project some bandwidth. Use this if you will keep the image around so that you don't download the entire database set every time you start a new container. Updating with FreshClam from the existing databases set does not use much data.
- clamav/clamav:<version>_base: A release with no signature databases
- Use this container only if you mount a volume in your container under /var/lib/clamav to persist your signature database databases. This method is the best option because it will reduce data costs for ClamAV and for the Docker registry, but it does require advanced familiarity with Linux and Docker.
- Caution: Using this image without mounting an existing database directory will cause FreshClam to download the entire database set each time you start a new container.
- You can use the unstable version (i.e. clamav/clamav:unstable or clamav/clamav:unstable_base) to try the latest from our development branch.
- Please, be kind when using 'free' bandwidth, both for the virus databases but also the Docker registry. Try not to download the entire database set or the larger ClamAV database images on a regular basis.
- For more details, see the ClamAV Docker documentation
- Special thanks to Olliver Schinagl for his excellent work creating ClamAV's new Docker files, image database deployment tooling, and user documentation
- clamd and freshclam are now available as Windows services. To install and run them, use the --install-service option and net start [name] command.
- Special thanks to Gianluigi Tiesi for his original work on this feature

Notable changes:
The following was added in 0.103.1 and is repeated here for awareness, as patch versions do not generally introduce new options:
- Added a new scan option to alert on broken media (graphics) file formats. This feature mitigates the risk of malformed media files intended to exploit vulnerabilities in other software. At present, media validation exists for JPEG, TIFF, PNG and GIF files. To enable this feature, set AlertBrokenMedia yes in clamd.conf, or use the --alert-broken-media option when using clamscan. These options are disabled by default in this patch release but may be enabled in a subsequent release. Application developers may enable this scan option by enabling CL_SCAN_HEURISTIC_BROKEN_MEDIA for the heuristic scan option bit field.
- Added CL_TYPE_TIFF, CL_TYPE_JPEG types to match GIF, PNG typing behavior. BMP and JPEG 2000 files will continue to detect as CL_TYPE_GRAPHICS because ClamAV does not yet have BMP or JPEG 2000 format checking capabilities.

Added progress callbacks to libclamav for:
- database load: cl_engine_set_clcb_sigload_progress()
- engine compile: cl_engine_set_clcb_engine_compile_progress()
- engine free: cl_engine_set_clcb_engine_free_progress()
- These new callbacks enable an application to monitor and estimate load, compile, and unload progress. See clamav.h for API details.

Added progress bars to ClamScan for the signature load and engine compile steps before a scan begins. The start-up progress bars won't be enabled if ClamScan isn't running in a terminal (i.e. stdout is not a TTY), or if any of these options are used:
- --debug
- --quiet
- --infected
- --no-summary

Other improvements:
- Added the %f format string option to the ClamD VirusEvent feature to insert the file path of the scan target when a virus-event occurs. This supplements the VirusEvent %v option which prints the signature (virus) name. The ClamD VirusEvent feature also provides two environment variables, $CLAM_VIRUSEVENT_FILENAME and $CLAM_VIRUSEVENT_VIRUSNAME for a similar effect. Patch courtesy of Vasile Papp.
- Improvements to the AutoIt extraction module. Patch courtesy of cw2k.
- Added support for extracting images from Excel *.xls (OLE2) documents
- Trusted SHA256-based Authenticode hashes can now be loaded in from *.cat files. For more information, visit our Authenticode documentation about using *.cat files with *.crb rules to trust signed Windows executables.

Fixed:
- Fixed a memory leak affecting logical signatures that use the "byte compare" feature. Patch courtesy of Andrea De Pasquale.
- Fixed bytecode match evaluation for PDF bytecode hooks in PDF file scans
- Other minor bug fixes

ClamAV 0.104.0 相關參考資料
ClamAV 0.104.0 arrives announcing LTS, clamd ... - Ubunlog

2021年9月7日 — Cisco developers have announced the release of the new significant version of the free ClamAV 0.104.0 antivirus suite ...

https://ubunlog.com

ClamAV 0.104.0 installation error | DirectAdmin Forums

2021年9月13日 — While running a regular update from shell, I am seeing a blocking error message on the ClamAV installation: Installing clamav 0.104.0 .

https://forum.directadmin.com

ClamAV 0.104.0 Release Candidate is here!

2021年7月22日 — The bytecode interpreter is the default runtime for bytecode signatures just as it was in ClamAV 0.103. We wished to add support for newer ...

https://blog.clamav.net

ClamAV 0.104.0 released

2021年9月3日 — ClamAV 0.104.0 is available as an official release as of today. We are also announcing a new Long Term Support (LTS) program today in an ...

https://blog.clamav.net

ClamAV 0.104.0 发布,宣布适用于Windows 等的LTS - Ubunlog

2021年9月8日 — MGI 思科开发人员已宣布发布免费防病毒套件的新重要版本ClamAV 0.104.0 连同他们还宣布版本控制的开始长期支持的ClamAV (LTS),自第一个版本发布之日 ...

https://ubunlog.com

ClamAV 0.104.0 發布,宣布適用於Windows 等的LTS

2021年9月7日 — 思科開發人員宣布發布免費ClamAV 0.104.0 防病毒套件的新重要版本. ... LTS 的第一個分支是ClamAV 0.103, 消除漏洞和關鍵問題的更新,這些更新將 ...

https://ubunlog.com

clamav-0.104.0-x86_64-2cf.txz Slackware Current Download

Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The main purpose of this software is the integration with mail servers (attachment scanning).

https://slackware.pkgs.org

Download - ClamAVNet

Windows Antivirus. Immunet, powered by ClamAV, is a fast, fully featured Windows desktop anti-virus (AV) solution that utilizes the power of advanced cloud- ...

https://www.clamav.net

Installing ClamAV

This is often the quickest way to install ClamAV. It will make also upgrades easier. Check out the Packages page to find installation instructions for your ...

https://docs.clamav.net

[clamav-users] ClamAV® blog: ClamAV 0.104.0 released

2021年9月3日 — The LTS will start retroactively with &gt; ClamAV 0.103, the previous feature release. This new LTS policy extends the &gt; life of 0.103 up ...

https://www.mail-archive.com