nmbarel

Results 7 comments of nmbarel

Seems like the rust api for Yara-x already supports global hashmap vars (actually for any type implementing try_into, unfortunately vectors do not implement it, so adding support for arrays will...

@msuiche Yep :) any dict should work, (example: global var dict={x: {y: 1}} should match with the rule condition: dict.x.y == 1 ) As I’ve said, I’m currently working on...

I think this adds a lot of potential to integrate yara-x into more data pipelines that do more complex (and not exactly binary only) stuff with their files (that was...

I think this can be closed now :) @plusvic @msuiche

The endpoint will make debugging things a lot easier, as you can see in the symbols file I currently filter by field but we can widen it to check on...

Yeah sure, this was part of the question I was asking in the original comment… I will update it to a json with only the relevant data, but how do...

Hello @plusvic, I think i got it way closer to a finished up version :). Would love to get your input on this, especially on the [lib/src/types/mod.rs] file, as I...