High-performance regular expression matching library for pattern searching
High-performance regular expression matching library
$ hyperscan-compile-patterns 'regex_patterns.txt' -o compiled.hs && hyperscan-scan compiled.hs input.txt$ echo 'pattern1|pattern2|pattern3' | hyperscan-tool scan large_file.txt$ hyperscan-compile-patterns patterns.txt -o database.hs$ tcpdump -r capture.pcap | hyperscan-scan compiled_malware_sigs.hs$ hyperscan-scan -m compiled_patterns.hs /var/log/system.log