-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge from VT master #6
Merge from VT master #6
Commits on Jul 24, 2024
-
Fix crash while parsing PE Rich header
File e77b007c9a964411c5e33afeec18be32c86963b78f3c3e906b28fcf1382f46c3 has a Rich header of only 8 bytes, which is smaller than the RICH_SIGNATURE structure. This was causing a crash when some of the `rich_xxx` functions were used with this file.
Configuration menu - View commit details
-
Copy full SHA for cbc982d - Browse repository at this point
Copy the full SHA cbc982dView commit details
Commits on Jul 26, 2024
-
`_rich_version` in PE module should return an `int64_t` instead of `uint64_t`.
Configuration menu - View commit details
-
Copy full SHA for c70d927 - Browse repository at this point
Copy the full SHA c70d927View commit details
Commits on Aug 1, 2024
-
Use YR_MAX_PATH instead of MAX_PATH (#2090)
Replace all instances of `MAX_PATH` with `YR_MAX_PATH`.
Configuration menu - View commit details
-
Copy full SHA for b68de47 - Browse repository at this point
Copy the full SHA b68de47View commit details -
Adding Veeam to list of companies that use YARA.
Configuration menu - View commit details
-
Copy full SHA for 6cb6c08 - Browse repository at this point
Copy the full SHA 6cb6c08View commit details -
Add Cado to who is using Yara (#2086)
chrisdoman authoredAug 1, 2024 Configuration menu - View commit details
-
Copy full SHA for be2212a - Browse repository at this point
Copy the full SHA be2212aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9f61d - Browse repository at this point
Copy the full SHA 2a9f61dView commit details
Commits on Aug 2, 2024
-
Remove all references to ERROR_TOO_MANY_SCAN_THREADS
This error code is not used anymore. Closes #2068.
Configuration menu - View commit details
-
Copy full SHA for 17fc88e - Browse repository at this point
Copy the full SHA 17fc88eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3da09 - Browse repository at this point
Copy the full SHA 9f3da09View commit details -
Use MacOS 13 in build workflow.
For some reason in MacOS 14 the build fails because the `configure` script is unable to find the Jansson library, even thought it is correctly installed by `brew`.
Configuration menu - View commit details
-
Copy full SHA for a8d59da - Browse repository at this point
Copy the full SHA a8d59daView commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6936a2a - Browse repository at this point
Copy the full SHA 6936a2aView commit details
Commits on Aug 16, 2024
-
use new module macros in docs (#2100)
Co-authored-by: Tad Keller <logisch@pm.me>
Configuration menu - View commit details
-
Copy full SHA for 79954d3 - Browse repository at this point
Copy the full SHA 79954d3View commit details
Commits on Sep 5, 2024
-
filemap: define PROC_SUPER_MAGIC, avoid linux/magic.h (#2103)
PR #1848 caused build issues with some "unusual" build configurations – apparently we can't rely on linux/magic.h being present when cross-building for musl libc. Defining PROC_SUPER_MAGIC should not cause a problems since it should be considered part of the Linux kernel/user API and it is unlikely to change.
Configuration menu - View commit details
-
Copy full SHA for 5194025 - Browse repository at this point
Copy the full SHA 5194025View commit details