https://github.com/mylamour/arex
demo for pattern match with Aho-Corasick
https://github.com/mylamour/arex
Last synced: 7 months ago
JSON representation
demo for pattern match with Aho-Corasick
- Host: GitHub
- URL: https://github.com/mylamour/arex
- Owner: mylamour
- Created: 2019-06-25T07:08:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T07:11:20.000Z (over 6 years ago)
- Last Synced: 2025-01-16T03:25:08.292Z (9 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Rules was extracted from [Yara-Rules](https://github.com/Yara-Rules/rules)
Then use a fast implementation of Aho-Corasick in Rust was named [aho-corasick](https://github.com/BurntSushi/aho-corasick)
So you can just run it with `./target/debug/aRex -r rule.list -t ./target.detect`
* you should use whitelist to check your rules
* you should use blacklist to check your rules