hyperscan icon indicating copy to clipboard operation
hyperscan copied to clipboard

[Question] Method equivalent to hs_validate in latest hyperscan version

Open sinadell opened this issue 5 years ago • 1 comments

We have a .netstandard app which invokes hs_validate method to validate a pattern. Now we are planning on moving our app to .netcore and to run it on linux containers.

I see that hs_validate is not present anymore. Can you let us know what needs to be called in place of hs_validate with the latest version of hyperscan for both windown and linux?

sinadell avatar Jun 16 '20 02:06 sinadell

Which Hyperscan version with hs_validate do you use? You can check the return value of hs_compile or use hscheck tool to pick rules supported by Hyperscan. (http://intel.github.io/hyperscan/dev-reference/tools.html#quick-check-hscheck)

xiangwang1 avatar Jun 16 '20 02:06 xiangwang1