ratdmp 0.9.1

Fast streaming ASCII/UTF-16LE string extractor for raw memory dump (.dmp) files, with simple noise filtering for byte-fill/heap-fill patterns. Never loads the whole file into RAM.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70"
name = "ratdmp"
version = "0.9.1"
build = false
exclude = [
    "sample_demo.dmp",
    "cli",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast streaming ASCII/UTF-16LE string extractor for raw memory dump (.dmp) files, with simple noise filtering for byte-fill/heap-fill patterns. Never loads the whole file into RAM."
readme = "README.md"
keywords = [
    "strings",
    "forensics",
    "memory-dump",
    "malware",
    "dfir",
]
categories = [
    "parsing",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/N0moreher0/ratdmp"

[lib]
name = "ratdmp"
path = "src/lib.rs"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.yara-x]
version = "1.20"