Victor M. Alvarez
Victor M. Alvarez
As long as you are getting a stable DC voltage at the output of the 7805 it should be fine. You can also increase the capacity of C1, that should...
In https://github.com/VirusTotal/yara-x/commit/4b0889938df1feff849e6c9cdd4d84ab59eeec86 I made multiple changes to the `fmt` command. Now it always exits with error code 0 if files didn't change or 1 if otherwise.
Possibly related: https://github.com/dtolnay/linkme/issues/25
Sure, that feature is my long-term plan for YARA-X.
Thank you for your response. > Making this project work with latest vcpkg usually requires keeping the 'rev' used in your project up to date with latest "https://github.com/microsoft/vcpkg", as upstream...
This is something that I have in mind for future releases. I'm currently focused in releasing a version that has feature parity with `yara`, but more advanced features like this...
Fixed in #449
Please try with the code in this branch: https://github.com/VirusTotal/yara/tree/max_path Let me know if it works for you.
Yes, the right solution would be refactoring the directory walking logic so that it is iterative instead of recursive. A mitigation measure would be imposing a limit to the recursion...
Did you install the `libjansson-dev` package?