Skip to content

Actions: VirusTotal/yara-x

Python extension

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
253 workflow run results
253 workflow run results

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

refactor: remove the LiteralAnchored sub-pattern.
Python extension #245: Commit 93252ee pushed by plusvic
September 7, 2023 07:52 9m 17s fast_regexp
September 7, 2023 07:52 9m 17s
perf: allow anchored patterns with offsets != 0
Python extension #244: Commit e9acea6 pushed by plusvic
September 6, 2023 17:30 11m 37s fast_regexp
September 6, 2023 17:30 11m 37s
fix: a few minor issues with rules profiling
Python extension #243: Commit c514d93 pushed by plusvic
September 6, 2023 15:27 10m 39s fast_regexp
September 6, 2023 15:27 10m 39s
chore: improve rules profiling
Python extension #242: Commit 13e5bc8 pushed by plusvic
September 6, 2023 14:59 10m 23s fast_regexp
September 6, 2023 14:59 10m 23s
feat: draft the implementation of rule profiling
Python extension #241: Commit 6fdeac4 pushed by plusvic
September 6, 2023 14:05 10m 29s fast_regexp
September 6, 2023 14:05 10m 29s
perf: allow splitting greedy regexps into multiple chained sub-patterns
Python extension #239: Commit 889c2ea pushed by plusvic
September 6, 2023 11:04 11m 15s fast_regexp
September 6, 2023 11:04 11m 15s
chore: enable the fast-regexp feature
Python extension #236: Commit 611a479 pushed by plusvic
September 6, 2023 08:06 10m 31s fast_regexp
September 6, 2023 08:06 10m 31s
fix: possible out of bounds slice access
Python extension #235: Commit 7641544 pushed by plusvic
September 6, 2023 08:03 10m 0s fast_regexp
September 6, 2023 08:03 10m 0s
refactor: simplify the implementation of greedy regexps in FastVM
Python extension #234: Commit 925695d pushed by plusvic
September 6, 2023 07:58 10m 52s fast_regexp
September 6, 2023 07:58 10m 52s
feat: implement jumps that match skip over every byte except the newl…
Python extension #232: Commit f5e5690 pushed by plusvic
September 5, 2023 16:08 12m 30s fast_regexp
September 5, 2023 16:08 12m 30s
feat: implement greedy jumps in FastVM
Python extension #230: Commit 1522bbc pushed by plusvic
September 5, 2023 08:35 9m 40s fast_regexp
September 5, 2023 08:35 9m 40s
feat: implement wide mode scanning in FastVM
Python extension #229: Commit fc9c125 pushed by plusvic
September 4, 2023 15:21 11m 51s fast_regexp
September 4, 2023 15:21 11m 51s
fix: test cases that were broken with last commit
Python extension #226: Commit f38f25e pushed by plusvic
September 4, 2023 07:33 10m 37s fast_regexp
September 4, 2023 07:33 10m 37s
perf: improve performance of PikeVM
Python extension #225: Commit 12525e2 pushed by plusvic
September 3, 2023 15:33 8m 50s fast_regexp
September 3, 2023 15:33 8m 50s
perf: improve performance of FastVM
Python extension #224: Commit 75ebc36 pushed by plusvic
September 3, 2023 14:39 9m 57s fast_regexp
September 3, 2023 14:39 9m 57s
doc: improve documentation for the re module.
Python extension #223: Commit e970c9e pushed by plusvic
September 3, 2023 14:33 9m 4s fast_regexp
September 3, 2023 14:33 9m 4s
perf: implement alternations for FastVM
Python extension #222: Commit 70aab17 pushed by plusvic
September 3, 2023 08:43 9m 30s fast_regexp
September 3, 2023 08:43 9m 30s
Merge branch 'main' into fast_regexp
Python extension #219: Commit ac26bfc pushed by plusvic
September 1, 2023 16:15 11m 44s fast_regexp
September 1, 2023 16:15 11m 44s
fix: issue with very large timeouts
Python extension #218: Commit c0835e1 pushed by plusvic
September 1, 2023 16:15 12m 9s main
September 1, 2023 16:15 12m 9s
perf: improve performance by optimizing the inner loop in PikeVM
Python extension #217: Commit e31f68e pushed by plusvic
September 1, 2023 14:37 9m 51s fast_regexp
September 1, 2023 14:37 9m 51s
chore: update Cargo.lock
Python extension #213: Commit 6132e1e pushed by plusvic
September 1, 2023 06:59 10m 6s fast_regexp
September 1, 2023 06:59 10m 6s
perf: use buffer while serializing rules into a writer
Python extension #212: Commit 8121dde pushed by plusvic
August 31, 2023 21:25 10m 31s main
August 31, 2023 21:25 10m 31s
Merge remote-tracking branch 'origin/fast_regexp' into fast_regexp
Python extension #211: Commit 8acfe2f pushed by plusvic
August 31, 2023 19:20 9m 55s fast_regexp
August 31, 2023 19:20 9m 55s
fix: boundary checks in FastVM
Python extension #210: Commit 8df44f9 pushed by plusvic
August 31, 2023 17:36 10m 7s fast_regexp
August 31, 2023 17:36 10m 7s
perf: reimplement FastVM with a faster algorithm
Python extension #209: Commit 812ec2d pushed by plusvic
August 31, 2023 15:41 11m 2s fast_regexp
August 31, 2023 15:41 11m 2s