veeshi
veeshi
These are the 2 rules it fails on ### Syntax Error 1 Exact line: ```yara $a3 = { 0|(1&2)/6#?87474703A2F2F(3[0-9])[1,3]2E(3[0-9])[1,3]2E(3[0-9])[1,3]2E(3[0-9])[1,3]2F(3[0-9]|[46][1-9A-F]|[57][0-9]|5A|7A|5F|2F|2D)+2E706870/ } ``` In rule: ```yara rule D_Win_dot_Trojan_dot_Zebrocy_dash_6743852_dash_2 { meta: signature =...
Commenting out both the above rules allows the rest of the rules to compile sucessfully
Would like to see possible plugin for example for [https://github.com/grantjenks/python-diskcache/](python-diskcache)
Not part of the project but for our project we implemented startswith and endswith as functions instead of operators as it is more flexible approach.
Apologies, I'm interested in the whoosh.searching.Results and whoosh.searching.Hit objects so I can view which search terms matched and highlight the matching terms in the results. References: [Which terms from my...
Have the same issue here
Ah! I searched across the actix-web repo but didn't think to look in actix-net! At the moment I added in support for HTTP/1.x only as that is what we use...
The main TLV is the authority one that people seem to use and that is implemented. If I get some time I can try completing the rest.
It isn't widely used but should be. At the moment in Rust there isn't a lot of support for it in web frameworks. The only web server I've found support...
The wirefilter library in the engine crate no longer uses the pest based parser in the wirefilter-parser crate, there is a handwritten parser in the wirefilter crate which is a...