ZIP
WinGet
YARA-X
VirusTotal · 0.14.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
yara-x-v0.14.0-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VirusTotal.YARA-X
Version
0.14.0
Description
YARA-X is a re-incarnation of YARA, a pattern matching tool designed with malware researchers in mind. This new incarnation intends to be faster, safer and more user-friendly than its predecessor.
License
BSD-3-Clause
↗
Homepage
https://github.com/VirusTotal/yara-x
Installer URL
https://github.com/VirusTotal/yara-x/releases/download/v0.14.0/yara-x-v0.14.0-x86_64-pc-windows-msvc.zip
Release Notes
- Parse LC_DYLD_EXPORTS_TRIE in Mach-O files (#303).
- Parse chained fixup imports via LC_DYLD_CHAINED_FIXUPS in Mach-O files (#305).
- Implement tag linter (#304).
- Implement regex anchors ^ and $ in multi-line mode (8b01882).
- Add support for 32-bits targets.
- Improve performance by memoizing some function calls (#311).
- Open source the vt module.
- BUGFIX: Do not abort parsing when .NET file has a table with more than MAX_ROWS_PER_TABLE (908009b).
- BUGFIX: Prevent infinite loop due to cy…