Crates.io | patternscan |
lib.rs | patternscan |
version | 1.2.0 |
source | src |
created_at | 2020-08-13 12:15:30.288285 |
updated_at | 2021-01-23 19:38:45.658752 |
description | Searches for a contiguous array of bytes determined by a wild-carded pattern |
homepage | |
repository | https://github.com/lewisclark/patternscan |
max_upload_size | |
id | 276201 |
size | 18,882 |
Searches for a contiguous array of bytes determined by a given pattern. The pattern can include supported wildcard characters, as shown below.
?
match any bytefe 00 68 98
- matches only fe 00 68 98
8d 11 ? ? 8f
- could match 8d 11 9e ef 8f
or 8d 11 0 0 8f
for exampleThis project is licensed under the MIT License - see LICENSE.md for details.