We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{01 ~02 03}
for
for any s in ("a", "b"): (pe.imphash() == s)
of
at
any of them at 0
telfhash()
to_int()
to_string()
string
For more information see the original release notes: https://github.com/VirusTotal/yara/releases/tag/v4.3.0
The text was updated successfully, but these errors were encountered:
+1 for telfhash() 🙏
Sorry, something went wrong.
No branches or pull requests
{01 ~02 03}
for
statement can iterate over sets of literal strings (e.g.for any s in ("a", "b"): (pe.imphash() == s)
)of
statement can be used withat
(e.g.any of them at 0
)telfhash()
function to "elf" moduleto_int()
andto_string()
functions to "math" moduleto_int()
functions are in thestring
module insteadFor more information see the original release notes:
https://github.com/VirusTotal/yara/releases/tag/v4.3.0
The text was updated successfully, but these errors were encountered: