Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Tags: VirusTotal/gyp

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix some edge cases. (#66)

If both range expressions are literal integers, ensure the lower bound is less
than the upper bound. Also, check for negative integers in either lower or upper
bound.

For expressions which are negative intgers, literal strings, literal regexp or
literal float are all now errors in gyp.

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix incorrect parsing of multi-line comments in hex strings. (#58)

Closes #57.

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue with identifiers with wildcards. (#47)

This fixes the same issue discussed in
VirusTotal/yara#1631.

v0.7.0

Toggle v0.7.0's commit message
Implement "defined" operator.

v0.6.0

Toggle v0.6.0's commit message

v0.5.4

Toggle v0.5.4's commit message

v0.5.3

Toggle v0.5.3's commit message

v0.5.2

Toggle v0.5.2's commit message

v0.5.1

Toggle v0.5.1's commit message

v0.5.0

Toggle v0.5.0's commit message