basic_pattern_scanner 0.1.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
[package]
name = "basic_pattern_scanner"
version = "0.1.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]