ZIP
WinGet
YARA-X
VirusTotal · 1.11.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-v1.11.0-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VirusTotal.YARA-X
Version
1.11.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/v1.11.0/yara-x-v1.11.0-x86_64-pc-windows-msvc.zip
Release Notes
- Make the parser stricter (#502).
- Implement dex module (#458).
- Implement C api console log (#515).
- Implement permhash for the crx module (#510).
- Implement the imports() method for the Rules object in the Python API (fd17833).
- Implement parsing for LC_LAZY_LOAD_DYLIB and LC_LOAD_UPWARD_DYLIB in macho module (#518).
- Raise warning when a global rule is used in a condition (a429c98).
- Raise warnings when the result of multiple hash functions is compared to strings that can't match the…