Skip to main content

Crate memf_strings

Crate memf_strings 

Source
Expand description

String extraction and IoC classification for memory forensics.

Modules§

classify
Classifier pipeline orchestration.
extract
String extraction from physical memory.
from_file
Parser for pre-extracted string files (one string per line).
regex_classifier
Regex-based string classifier for URLs, IPs, emails, paths, and credentials.
yara_classifier
YARA-X rule-based string classifier.
yara_scanner
YARA-X memory region scanner.

Structs§

ClassifiedString
A string extracted from memory, classified into zero or more categories.

Enums§

Error
Error type for memf-strings operations.
StringCategory
Classification category for an extracted string.
StringEncoding
String encoding as found in memory.

Type Aliases§

Result
Result alias for memf-strings.