memf-strings 0.2.1

String extraction, classification, and YARA-X scanning for memory forensics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "memf-strings"
version = "0.2.1"
description = "String extraction, classification, and YARA-X scanning for memory forensics"
edition.workspace = true
rust-version.workspace = true
license.workspace = true

[dependencies]
memf-format.workspace = true
thiserror.workspace = true
inventory.workspace = true
regex.workspace = true
aho-corasick.workspace = true
yara-x.workspace = true

[lints]
workspace = true