VirusTotal / yara-x

A rewrite of YARA in Rust.
https://virustotal.github.io/yara-x/
BSD 3-Clause "New" or "Revised" License
674 stars 51 forks source link

cannot use version 0.11.1 #258

Closed Aram-Ibrahim closed 8 hours ago

Aram-Ibrahim commented 9 hours ago

version 0.11.1 gets me this

~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yara-x-0.11.1/src/scanner/mod.rs:297:14: called Result::unwrap() on an Err value: unknown import: yara_x::modules::cuckoo::cuckoo.registry.key_access@r@b has not been defined

plusvic commented 8 hours ago

I guess that's because you are using rules that were compiled with a previous version, right?. You'll need to recompile your rules.

Aram-Ibrahim commented 8 hours ago

true

plusvic commented 8 hours ago

Ok, then I'm closing the issue.