Skip to content

chore: sync upstream changes (cee674e5)#74

Merged
willdurand merged 2 commits into
amofrom
sync/upstream-cee674e5
Jun 29, 2026
Merged

chore: sync upstream changes (cee674e5)#74
willdurand merged 2 commits into
amofrom
sync/upstream-cee674e5

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR brings in the latest changes from VirusTotal/yara-x.

Commits included

cee674e5 perf: improve the atom extraction heuristics for better performance. (#690)

Generated automatically by the Sync Upstream workflow.

plusvic and others added 2 commits June 26, 2026 13:18
…(#690)

It turns out that for some patterns like { 01 ?? ?? 02 } the number of atoms extracted from the pattern was simply to high and did more harm than good. In this case it's better to have a single 1-byte atom (01 or 02) than 65536 four byte atoms (01 XX XX 02).
@willdurand willdurand marked this pull request as ready for review June 29, 2026 10:24
@willdurand willdurand merged commit ffb5392 into amo Jun 29, 2026
1 check passed
@willdurand willdurand deleted the sync/upstream-cee674e5 branch June 29, 2026 10:30
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.

2 participants