-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Update to yara 4.5.0 #72
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vthib
force-pushed
the
update-yara-4.4
branch
2 times, most recently
from
September 10, 2023 22:24
da2fcfd
to
2e41baa
Compare
vthib
force-pushed
the
update-yara-4.4
branch
from
February 13, 2024 22:41
70daba9
to
2c3e9b5
Compare
vthib
force-pushed
the
update-yara-4.4
branch
3 times, most recently
from
February 16, 2024 00:38
c48a2c4
to
06ec266
Compare
This changes how imported functions are filtered in the PE module, with the goal of aligning with the pefile python library, and thus getting the same impash values. See Yara PR #1944
This mirrors the changes done in YARA's PR #1941.
This mirrors the changes done in YARA's PR #1882.
Now that the imported functions filtering has been modified, we actually align with YARA for this file, so we can finally enable this test.
This mirrors the changes done in YARA's PR #1679.
Reflect what is done in yara, where dll names are validated otherwise ignored. A new limit was added in YARA 4.4 as well.
This matches the VirusTotal/yara#2041 fix done in yara 4.5.0
This matches the VirusTotal/yara#2040 fix done in yara 4.5.0
Update tests now that yara has fixed this edge case in Yara 4.5.0 (see VirusTotal/yara@79794c4053df3).
Yara 4.5.0 now supports those, so update the tests accordingly. See VirusTotal/yara#2037
vthib
force-pushed
the
update-yara-4.4
branch
from
February 16, 2024 21:09
06ec266
to
49a6580
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a WIP PR for update to yara 4.5.0
Two blockers for this: