patternscan 1.1.1

Searches for a contiguous array of bytes determined by a wild-carded pattern
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "patternscan"
version = "1.1.1"
authors = ["lewis <me@lewis.to>"]
edition = "2018"
description = "Searches for a contiguous array of bytes determined by a wild-carded pattern"
readme = "README.md"
repository = "https://github.com/lewisclark/patternscan"
license = "MIT"
keywords = ["reverse-engineering", "hacking", "game-hacking", "sigscan"]
categories = ["parsing"]

[dependencies]