Victor M. Alvarez

Results 206 comments of Victor M. Alvarez

mingw seems to offer a package for libjansson: https://packages.msys2.org/package/mingw-w64-x86_64-jansson I've never tried to build yara with libjansson in mingw, so I won't be able to help with this. It looks...

This looks like a difference between `openssl` and `libressl`. I don't have an installation with libressl around, could you try to comment out lines in the test below until you...

It's not clear in your report which error you are getting, or what's the difference you are noticing between the two versions. Can you provide more details about the behaviour...

It's not likely to be implemented anytime soon. There are a lot of other things higher in the list. There's a brief comment about this in the documentation: https://virustotal.github.io/yara-x/docs/intro/yara-x-vs-yara/#no-process-scanning

Yes, I think that the match object should hold a copy of the content in the case of scanning fragmented memory regions, but that should be done only if necessary....

In my case it's very similar, but only with two doors. The codes for opening each door is the same regardless of the door you are opening. The intercom in...

@m4rcu5 I just discovered the answer to your question by accident. The secondary door is activated my sending the "camera on" (code 20) message twice in a short interval (around...

Can you check if this work for you? ``` RUSTFLAGS="-C link-args=-znostart-stop-gc" cargo build --release ```

The `Scanner` type can't be shared by multiple threads, but you can create one scanner per thread using the same `Rules`. I'm not very familiar with the Tokio framework, so...

My past self comes to the rescue: https://github.com/VirusTotal/yara/commit/4de3d574bae5973c711095c1c755166c07dec322 As explained in the commit message, there were some false negatives in fast-mode with expressions like: `any of in ` `any of...