-
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.3 #6
Merged
Commits on Mar 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b6d5e6 - Browse repository at this point
Copy the full SHA 2b6d5e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5404b70 - Browse repository at this point
Copy the full SHA 5404b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d7b2d - Browse repository at this point
Copy the full SHA a0d7b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 258ddae - Browse repository at this point
Copy the full SHA 258ddaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d05b377 - Browse repository at this point
Copy the full SHA d05b377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f807f - Browse repository at this point
Copy the full SHA 69f807fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e82fc - Browse repository at this point
Copy the full SHA 87e82fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdbbf6 - Browse repository at this point
Copy the full SHA ecdbbf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b44d2 - Browse repository at this point
Copy the full SHA 89b44d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56aadda - Browse repository at this point
Copy the full SHA 56aaddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ec39e - Browse repository at this point
Copy the full SHA 90ec39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6bbb1 - Browse repository at this point
Copy the full SHA 5c6bbb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c9b9c - Browse repository at this point
Copy the full SHA 56c9b9cView commit details -
feat: properly handle sections with VirtualSize == 0
Update boreal-object fork to handle this case. Import binaries for the yara PR and add coverage tests on them.
Configuration menu - View commit details
-
Copy full SHA for ba75fa2 - Browse repository at this point
Copy the full SHA ba75fa2View commit details -
fix: properly handle weird ranges in count in range op
Do not return undefined in the "#var in (from..to)" expression when the range bounds are weird. Instead, act as if the values are valid.
Configuration menu - View commit details
-
Copy full SHA for 2f8b398 - Browse repository at this point
Copy the full SHA 2f8b398View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf6070 - Browse repository at this point
Copy the full SHA cdf6070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 707c51f - Browse repository at this point
Copy the full SHA 707c51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57564aa - Browse repository at this point
Copy the full SHA 57564aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77be8ed - Browse repository at this point
Copy the full SHA 77be8edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f35bc - Browse repository at this point
Copy the full SHA 48f35bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8453f1 - Browse repository at this point
Copy the full SHA a8453f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7562fd3 - Browse repository at this point
Copy the full SHA 7562fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e4d8b - Browse repository at this point
Copy the full SHA 26e4d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f47b1c - Browse repository at this point
Copy the full SHA 6f47b1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d331f5f - Browse repository at this point
Copy the full SHA d331f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b6ca7 - Browse repository at this point
Copy the full SHA e2b6ca7View commit details -
test: use once_cell for the pe module handling
This avoids the use of the const version of Mutex::new, which is not available in rust 1.62.
Configuration menu - View commit details
-
Copy full SHA for b89dd0b - Browse repository at this point
Copy the full SHA b89dd0bView commit details -
feat: add module names option in boreal-cli
The particularity is that this option acts as its own mode: if given, it will print the names and exit, so the required arguments (rules & input) are not required if this option is specified. This was not trivial to find how to express this with clap, but the required_unless_present seems to work.
Configuration menu - View commit details
-
Copy full SHA for fe9c84c - Browse repository at this point
Copy the full SHA fe9c84cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 607652a - Browse repository at this point
Copy the full SHA 607652aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 745f7b8 - Browse repository at this point
Copy the full SHA 745f7b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a141a - Browse repository at this point
Copy the full SHA b1a141aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcfced - Browse repository at this point
Copy the full SHA 3bcfcedView commit details
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.