Skip to content
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

Cache compiled YARA rules #14

Merged
merged 1 commit into from
Nov 23, 2021
Merged

Cache compiled YARA rules #14

merged 1 commit into from
Nov 23, 2021

Conversation

kukovecz
Copy link
Contributor

Closes #1

NOTE: Because of the lru_cache, the "handlers" in "_make_yara_rules"
function should be hashable, so we don't expect any Iterable type, just
Tuple.
@kukovecz kukovecz marked this pull request as draft November 23, 2021 08:47
@kukovecz kukovecz marked this pull request as ready for review November 23, 2021 13:20
@kukovecz kukovecz requested a review from kissgyorgy November 23, 2021 13:27
@kissgyorgy kissgyorgy merged commit 03d9ec4 into main Nov 23, 2021
@kissgyorgy kissgyorgy deleted the 1-cache-compiled-yara-rules branch November 23, 2021 17:28
vlaci added a commit that referenced this pull request Feb 1, 2025
chore(ci): fix intermittent build errors on macos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cache compiled YARA rules
2 participants