Victor M. Alvarez
Victor M. Alvarez
Can you set the environment variable `RUST_BACKTRACE=1` and run it again?
This looks a lot like: https://github.com/VirusTotal/yara-x/issues/360
Can you explain what's your use case for this API?
I think we need to find a different way to accomplish this. The proposed API is simply dumping all the information in a string, and it includes internal details that...
> 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 was about to suggest you to use the parser for that. In most cases, once you have the AST, finding the dependencies for a rule should be easy, it's...
If you want to get that information from non-Rust code, like in the C, Python or Golang API it gets more complicated.
In be3743c I've implemented a Depht-First-Search iterator for rule conditions as mentioned above.
Module outputs are are not implemented in the Golang API yet.
I like those and add a few more: - [ ] Optional indentation of rule body: ``` rule foo { strings: $a = ... condition: $a } ``` vs ```...