basic_pattern_scanner 1.0.0

Fast no-dependencies byte-pattern scanner with IDA-style and nibble-mask pattern support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "basic_pattern_scanner"
version = "1.0.0"
edition = "2024"
description = "Fast no-dependencies byte-pattern scanner with IDA-style and nibble-mask pattern support"
license = "MIT"
readme = "README.md"
keywords = ["pattern", "scanner", "memory", "ida", "signature"]
repository = "https://github.com/EKQRCalamity/basic-pattern-scanner"

[dependencies]

[features]
default = []
simd_std_unstable = []